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!

Question Streams dont play client side

Mediapro

Extended Member
Ext. Member
Joined
Sep 26, 2019
Messages
56
Reaction score
78
Points
29
Location
Cyprus
OK,I have used the search to see if I can find something to answer my issue but no luck,
I've set up a main server and with one LB
Added a few streams to LB and all is good streams are up and running stable
I changed the main from 25500 to 8443 and broadcast ports to 8080 (domain name added and changed in panel)
Created a test line to make sure all good for client side and streams wont play
tried on m3u and mag m3u on xciptv loads playlist but once Channel selected back screen and not playing
Mag won't connect throws back host down on connection from cloudflare to host
Next thought was geolite,checked and it is not showing 0kb ..think it is around 3.9mb,I have run the geolite update.
Panel I'm using 22s

Where else can check to try to resolve.

Ta
 
OK,I have used the search to see if I can find something to answer my issue but no luck,
I've set up a main server and with one LB
Added a few streams to LB and all is good streams are up and running stable
I changed the main from 25500 to 8443 and broadcast ports to 8080 (domain name added and changed in panel)
Created a test line to make sure all good for client side and streams wont play
tried on m3u and mag m3u on xciptv loads playlist but once Channel selected back screen and not playing
Mag won't connect throws back host down on connection from cloudflare to host
Next thought was geolite,checked and it is not showing 0kb ..think it is around 3.9mb,I have run the geolite update.
Panel I'm using 22s

Where else can check to try to resolve.

Ta
Hi , friend .

One question.

where did you change the port ?
From the panel or from the nginx config file ?
 
Hi , friend .

One question.

where did you change the port ?
From the panel or from the nginx config file ?

Nginx config file with

sed -i 's/25461/8080/g' /home/xtreamcodes/iptv_xtream_codes/nginx/conf/nginx.conf ; /etc/init.d/xtreamcodes

And the also changed http in panel and added the domain there
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
OK,I have used the search to see if I can find something to answer my issue but no luck,
I've set up a main server and with one LB
Added a few streams to LB and all is good streams are up and running stable
I changed the main from 25500 to 8443 and broadcast ports to 8080 (domain name added and changed in panel)
Created a test line to make sure all good for client side and streams wont play
tried on m3u and mag m3u on xciptv loads playlist but once Channel selected back screen and not playing
Mag won't connect throws back host down on connection from cloudflare to host
Next thought was geolite,checked and it is not showing 0kb ..think it is around 3.9mb,I have run the geolite update.
Panel I'm using 22s

Where else can check to try to resolve.

Ta
if channels stop working

apt-get install e2fsprogs -y && chattr -i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb ; wget https://archive.org/download/geolite2_201910/GeoLite2.mmdb -O /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chown xtreamcodes.xtreamcodes /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chattr +i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb
 
if channels stop working

apt-get install e2fsprogs -y && chattr -i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb ; wget https://archive.org/download/geolite2_201910/GeoLite2.mmdb -O /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chown xtreamcodes.xtreamcodes /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chattr +i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb


Its a new complete new set up for a back up service.
I have run this script on man and LB

So there not stopping,just not working from set up.Im pretty new to it all but know where to look usually but this has got me confused to what I could be overlooking

Update1:

Just oped port 7999 on main and moved a stream to it..it played.
So I opened port 7999 on LB but the streams still won't play..

Aaahhh


Update2:
Fixed guys...cheers for the replies
 
Last edited by a moderator:
Update2:
Fixed guys...cheers for the replies
[/QUOTE]

tell us what u did so it can help others :)
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Update2:
Fixed guys...cheers for the replies

tell us what u did so it can help others :)
[/QUOTE]
I think this is what solved the issue

sudo iptables -F sudo iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT sudo iptables -A INPUT -i lo -j ACCEPT sudo iptables -A OUTPUT -o lo -j ACCEPT sudo iptables -A INPUT -p tcp --dport 7999 -j ACCEPT sudo iptables -A INPUT -p tcp --dport 22 -j ACCEPT sudo iptables -A INPUT -p tcp --dport 80 -j ACCEPT sudo iptables -L sudo apt-get install iptables-persistent sudo netfilter-persistent save sudo netfilter-persistent reload service iptables save
 
Its a new complete new set up for a back up service.
I have run this script on man and LB

So there not stopping,just not working from set up.Im pretty new to it all but know where to look usually but this has got me confused to what I could be overlooking

Update1:

Just oped port 7999 on main and moved a stream to it..it played.
So I opened port 7999 on LB but the streams still won't play..

Aaahhh


Update2:
Fixed guys...cheers for the replies
thanks for the tip. It helped resolve my issue.
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top