A secure, token‑based PHP theme for Flussonic streaming.
This project provides a lightweight web interface with HLS streaming, token authentication, and optional CDNBye P2P acceleration.
- 🔐 Token Security – SHA1 + salt token generation for stream protection.
- 🎥 HLS Streaming – Supports DVR playback with secure URLs.
- ⚡ CDNBye Integration – Optional P2P acceleration for bandwidth savings.
- 🖥️ Frontend Templates – Multiple PHP themes (
index.php,index1.php,index2.php). - 🔄 Automation – Batch script (
upload.bat) for Git commits and updates. - 🛡️ Apache Rewrite Rules –
.htaccessincluded for clean URLs.
-
Clone Repository
git clone https://github.com/sohag1192/Live-TV-Web-Page-With-Token-Systems.git cd Live-TV-Web-Page-With-Token-Systems -
Configure Flussonic
- Edit
stream.phpand set:- Server address
- Secret key (keep private!)
- Edit
-
Deploy PHP Files
- Place files on Apache/Nginx with PHP support.
-
Access Streams
https://yourserver/stream.php?stream=channel_name&type=live
{
"token": "secure_generated_token",
"url": "https://yourserver/channel1/index.m3u8?token=..."
}- Keep your Flussonic secret key private.
- Do not expose
stream.phplogic publicly. - Use HTTPS for secure delivery.
- Keep your Index.php.
Licensed under AGPL-3.0
Maintainer: Md. Sohag Rana (sohag1192)
- Issues and pull requests are welcome.
- If you find bugs or want to suggest improvements, please open an issue or PR.
📬 Contact via Mail: sohag1192@gmail.com
📬 Contact via Telegram: Md_Sohag_Rana
📬 Direct Chats: Chat Now
📬 Contact via Whatsapp: Md_Sohag_Rana
If you enjoy this project, please ⭐ it on GitHub — your support motivates future updates!


