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!

stream not start on XC1.6

giusi2015

Extended Member
Ext. Member
Joined
Sep 25, 2019
Messages
53
Reaction score
114
Points
44
Location
brasil
Hello i had test to thing here in forum but not run

i had test this post

PHP Script to Controll your streams and download m3u File and Start and Stop

Current Functionality

  • Start / stop existing stream.


Code:
unzip and upload the folder "XC" to /home/xtreamcodes/iptv_xtream_codes/wwwdir/
chmod all the php files inside 777

edit dbconnect.php and enter your sql password
edit the restartstream.php and change $mainserverip to your broadcast port (127.0.0.1:8000)
edit the stopstream.php and change $mainserverip to your broadcast port (127.0.0.1:8000)
edit submit.php and change the 2 entries YOURDNS:pORT to your external IP or DNS and port

you can now access the links in your browser;

To Start/Stop stream
http://YOURDNS:pORT/XC/editstreamnew.php

To download an m3u
http://YOURDNS:pORT/XC/getm3u.php

and become this info

Red Offline
Green Online
Blue Ondemand
----------------

Notice: Trying to get property of non-object in /home/xtreamcodes/iptv_xtream_codes/wwwdir/XC/editstreamnew.php on line 129

#################################################################################################

And his post i had tested

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



and here i become this warning

Warning: mysqli::mysqli(): (HY000/2002): Connection refused in /home/xtreamcodes/iptv_xtream_codes/wwwdir/includes/restart_stream.php on line 22
Warning: mysqli::real_escape_string(): Couldn't fetch mysqli in /home/xtreamcodes/iptv_xtream_codes/wwwdir/includes/restart_stream.php on line 51
Warning: mysqli::real_escape_string(): Couldn't fetch mysqli in /home/xtreamcodes/iptv_xtream_codes/wwwdir/includes/restart_stream.php on line 51
Warning: mysqli::query(): Couldn't fetch mysqli in /home/xtreamcodes/iptv_xtream_codes/wwwdir/includes/restart_stream.php on line 51 Notice: Trying to get property of non-object in /home/xtreamcodes/iptv_xtream_codes/wwwdir/includes/restart_stream.php on line 52
Warning: mysqli::real_escape_string(): Couldn't fetch mysqli in /home/xtreamcodes/iptv_xtream_codes/wwwdir/includes/restart_stream.php on line 72
Warning: mysqli::query(): Couldn't fetch mysqli in /home/xtreamcodes/iptv_xtream_codes/wwwdir/includes/restart_stream.php on line 72 Notice: Trying to get property of non-object in /home/xtreamcodes/iptv_xtream_codes/wwwdir/includes/restart_stream.php on line 73 Source doesn't exist.


so pls help me to fix it


;-)
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top