A PHP-based live TV server theme with Flussonic token authentication.
This project provides secure streaming URLs for HLS playback, with optional CDNBye P2P acceleration.
- 🔐 Secure token generation for Flussonic streams
- 🎥 HLS streaming with DVR support
- ⚡ Random salt + SHA1 hashing for token uniqueness
- 🌍 Flexible IP handling (CDN/P2P friendly)
- 🖥️ Simple PHP theme for live TV server
index.php,index1.php,index2.php→ Frontend templatesstream.php→ Token generator and stream URL builder.htaccess→ Apache rewrite rulesupload.bat→ Batch script for Git automationimg/→ Screenshots and assets
Here’s how the theme looks in action:
- Clone the repository:
git clone https://github.com/sohag1192/Live-Tv-Server-theme.git cd Live-Tv-Server-theme - Configure your Flussonic server address and secret key in
stream.php. - Deploy the PHP files on your web server (Apache/Nginx with PHP support).
- Access streams via:
https://yourserver/stream.php?stream=channel_name&type=live
https://yourserver/stream.php?stream=channel1&type=liveReturns a JSON response with secure token and HLS URL.
Maintained by Md. Sohag Rana.
Keep your Flussonic secret key private.


