Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

Anyone an expert in m3u?

lnx26

Extended Member
Ext. Member
Joined
Apr 18, 2020
Messages
10
Reaction score
2
Points
14
Location
RD
I want to create a m3u or m3u8 list containing several different links from the same channel. but on the condition that if a link doesn't work, send another one that works

example:

#EXTINF: -1, | CHANNEL 1 (OPTION 1)
http: // mysite: 8789 / demo1 / erwin2020 / 19778
#EXTINF: -1, CHANNEL 1 (OPTION 2)
http: // mysite: 8789 / demo1 / erwin / erwin2020 / 5409
#EXTINF: -1, CHANNEL 1 (OPTION 3)
http: // mysite: 8789 / demo1 / erwin / erwin2020 / 5407

the player will open "OPTION 1" by default in case "OPTION 1" stops working, it will open "OPTION 2" and so on until you find a working link. Is it possible to configure them by m3u8 or is there something else to do outside of programming?
 
W

wxflint

Guest
I want to create a m3u or m3u8 list containing several different links from the same channel. but on the condition that if a link doesn't work, send another one that works

example:

#EXTINF: -1, | CHANNEL 1 (OPTION 1)
http: // mysite: 8789 / demo1 / erwin2020 / 19778
#EXTINF: -1, CHANNEL 1 (OPTION 2)
http: // mysite: 8789 / demo1 / erwin / erwin2020 / 5409
#EXTINF: -1, CHANNEL 1 (OPTION 3)
http: // mysite: 8789 / demo1 / erwin / erwin2020 / 5407

the player will open "OPTION 1" by default in case "OPTION 1" stops working, it will open "OPTION 2" and so on until you find a working link. Is it possible to configure them by m3u8 or is there something else to do outside of programming?
This would have to be done in the APPS configuration Not the M3U.
 
F

faakher

Guest
I want to create a m3u or m3u8 list containing several different links from the same channel. but on the condition that if a link doesn't work, send another one that works

example:

#EXTINF: -1, | CHANNEL 1 (OPTION 1)
http: // mysite: 8789 / demo1 / erwin2020 / 19778
#EXTINF: -1, CHANNEL 1 (OPTION 2)
http: // mysite: 8789 / demo1 / erwin / erwin2020 / 5409
#EXTINF: -1, CHANNEL 1 (OPTION 3)
http: // mysite: 8789 / demo1 / erwin / erwin2020 / 5407

the player will open "OPTION 1" by default in case "OPTION 1" stops working, it will open "OPTION 2" and so on until you find a working link. Is it possible to configure them by m3u8 or is there something else to do outside of programming?
this thing is not possible through m3u or m3u8
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

lnx26

Extended Member
Ext. Member
Joined
Apr 18, 2020
Messages
10
Reaction score
2
Points
14
Location
RD
This would have to be done in the APPS configuration Not the M3U.
Are there no other methods? I have no knowledge of programming in Java to modify my application. I am using a script there are no other ways? How to relay the signals.
 

urgodfather

Banned
Banned
Ext. Member
Joined
Sep 22, 2019
Messages
2,098
Reaction score
5,938
Points
124
Location
neither here, nor there
giphy.gif
 

Uundastan

Extended Member
Ext. Member
Joined
Feb 12, 2020
Messages
65
Reaction score
363
Points
64
Location
WORLDWIDE
I want to create a m3u or m3u8 list containing several different links from the same channel. but on the condition that if a link doesn't work, send another one that works

example:

#EXTINF: -1, | CHANNEL 1 (OPTION 1)
http: // mysite: 8789 / demo1 / erwin2020 / 19778
#EXTINF: -1, CHANNEL 1 (OPTION 2)
http: // mysite: 8789 / demo1 / erwin / erwin2020 / 5409
#EXTINF: -1, CHANNEL 1 (OPTION 3)
http: // mysite: 8789 / demo1 / erwin / erwin2020 / 5407

the player will open "OPTION 1" by default in case "OPTION 1" stops working, it will open "OPTION 2" and so on until you find a working link. Is it possible to configure them by m3u8 or is there something else to do outside of programming?
Xtream Ui does this. You will need to broadcast the content though. If A fails then B kicks in. You can have endless backups in place. Also m3u is a playlist file. m3u8 can be a playlist file if coded but more often than not it is just hls format for a single stream. Where as it streams in chunks of approximately 3mb of .ts. Coding .m3u8 playlists themselves is pretty uncommon. Either way. Software such as Ui will always be required for any adaptive measures. You can not code "if fails" into a file.
 
Last edited:
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

lnx26

Extended Member
Ext. Member
Joined
Apr 18, 2020
Messages
10
Reaction score
2
Points
14
Location
RD
Xtream Ui does this. You will need to broadcast the content though. If A fails then B kicks in. You can have endless backups in place. Also m3u is a playlist file. m3u8 can be a playlist file if coded but more often than not it is just hls format for a single stream. Where as it streams in chunks of approximately 3mb of .ts. Coding .m3u8 playlists themselves is pretty uncommon. Either way. Software such as Ui will always be required for any adaptive measures. You can not code "if fails" into a file.

Do I need that software? Where can I get it for free?

since I've been doing everything manual and it's stressful


So I can't use the iptv lists that I collect on the Internet?

Can you recommend a forum or video where I talk about the topics you are talking about, as needed? Do I need at least a semi-automatic system

If you want you can share some contact of yours to advise me. If you don't tell me everything around here. Thank you
 

pr3tty8oyfl0yd

Extended Member
Ext. Member
Joined
Jan 15, 2020
Messages
95
Reaction score
429
Points
64
Location
C-H-I-C-A-G-O
Just to be clear yea xtream-ui "Does This"

However its not actually xtream-ui. I feel people tend to forget xtream-ui, is just a user interface (or application) to make administrating a LEMP stack and FFMPEG easier for "NON Administrators". Yes it does as a whole allow/improve/help content management but the web UI is just helping people who don't know there way around the CLI with FFMPEG, PHP, MYSQL, NGINX, LINUX, Python, etc.

You can do what you are looking to do in a NGINX conf file and FFMPEG. But as people are pointing out above "xtream-ui does this" or gives you a graphical front end user interface that makes it easy for you to configure streams and back ups or fail overs. Just Saying.
 

Dr.Nox

Extended Member
Ext. Member
Joined
Feb 6, 2020
Messages
15
Reaction score
107
Points
24
Location
In your mum's butthole
By default, a player will move to the next line if the current one is not reachable, so there's no need for complication here, just set your channels in the right order and it'll move on its own if not working.

If you were refering to adaptative bitrate (480/720/1080), this is a matter that you have to deal with on the server side.
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
T

tomiparedes

Guest
Hello everyone, thank you for always answering my concerns, today's consultation is how I can make my clients reproduce lists where my streams vary in different quality, for example 420, 720, 1080 depending on your connection. I was reading about hls but when I play it on vlc it only gives me the highest quality and I can't get it to fix depending on the connection. Could you help me, thank you very much
 

Uundastan

Extended Member
Ext. Member
Joined
Feb 12, 2020
Messages
65
Reaction score
363
Points
64
Location
WORLDWIDE
Hello everyone, thank you for always answering my concerns, today's consultation is how I can make my clients reproduce lists where my streams vary in different quality, for example 420, 720, 1080 depending on your connection. I was reading about hls but when I play it on vlc it only gives me the highest quality and I can't get it to fix depending on the connection. Could you help me, thank you very much
That is because the stream is likely only being Broadcasted in 1080 or 720.
 
T

tomiparedes

Guest
Maybe it doesn't explain me well, I receive my streams in full HD 1080. What I want is that when a client reproduces their list, the image varies from 1080 to 480 or 720 depending on how stable their connection is. I understand that this protocol is called HLS, that the image is adaptive and adapts depending on the scenario. I use xtreamui
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

Uundastan

Extended Member
Ext. Member
Joined
Feb 12, 2020
Messages
65
Reaction score
363
Points
64
Location
WORLDWIDE
Maybe it doesn't explain me well, I receive my streams in full HD 1080. What I want is that when a client reproduces their list, the image varies from 1080 to 480 or 720 depending on how stable their connection is. I understand that this protocol is called HLS, that the image is adaptive and adapts depending on the scenario. I use xtreamui
HLS is adaptive in as it sends chunks across a network instead of a solid stream. It is a variable rate only in that sense. 3mb chunks of mpegts to be exact. To change resolution you would need to just broadcast in FHD, HD and SD all for the same channel. I believe transcoding can achieve this. Even FuboTV and various others stream multiple resolutions. However. I believe that it is based on the device (screen size) and not network conditions at all. Basically. Someone with say 10mbs internet speeds has no buisness trying to stream anything anyway. Best advice. Tell them to upgrade their internet to at least 40mbs for a single streaming device. Even 1gps internet is cheap now anyway. If your servers are not overloaded and yet people have issues due to their own lack of bandwidth how exactly is that your problem to solve? Think about that before you go wasting resources.
 
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock