Wrapper to allow continuation of service during the Xtream Codes downtime.
- Restart existing stream.
- Start new stream.
- Place the php file here:
/home/xtreamcodes/iptv_xtream_codes/wwwdir/includes/restart_stream.php
- Edit the MySQL connection details and authorisation password in the php file. Save it.
- Run the script:
http://IPADDRESS:PORT/includes/restart_stream.php?auth=PASSWORD&id=STREAM_ID
- Enter the MySQL database.
- Create a new stream under the
streams
table. - Add the
stream_id
to the relevant bouquet in thebouquets
table. - Run the script to analyse the stream and start it.
- Enter the MySQL database.
- Find your stream in the
streams
table. - Edit the
stream_source
column with your new sources. List format, URL encoded. E.g. ["http://website.com/source.m3u8"] - Run the script to analyse the stream and restart it with the new sources.
- Run the script to restart a stream. No changes to the database required.
- Full Admin UI interface. Either written from scratch or ported from Xtream Codes 1.6x.
- Full stream control (create, restart, stop, delete, ban, unban).
- Full user control, bouquet management, mag users, enigma, timeshift, settings etc.