Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

PHP Script to manage your streams after XC Downtime [XC2 API ]

salvatete

Extended Member
Ext. Member
Banned
Joined
Sep 25, 2019
Messages
56
Reaction score
129
Points
44
Location
spain
Hello guys
i just found a script allow you to start, stop, restart streams or create new streams
it's not a big deal, but it's much better than nothing

Current Functionality

  • Restart existing stream.
  • Start new stream.
How to Use
  • 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_SERVER:pORT/includes/restart_stream.php?auth=PASSWORD&id=STREAM_ID
Create a Stream
  • Enter the MySQL database.
  • Create a new stream under the streams table.
  • Add the stream_id to the relevant bouquet in the bouquets table.
  • Run the script to analyse the stream and start it.
Change a Stream Source
  • 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.
Restart a Stream
  • Run the script to restart a stream. No changes to the database required.
Future Plans
  • 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.
File Link with explaination : gtaman92/XtreamCodes2API

Cheers.

Attachments

edit by redhat: Linking to other Forums is Forbidden ! If you don’t want get banned here, read the Rules before !
 
Last edited by a moderator:
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top