Several Questions about IPTV - http and https m3u8 links problem

ghuri360

Junior Member
Joined
Jul 29, 2020
Messages
186
Reaction score
65
Problem scenario 1 -

My m3u8 list has almost 80% http URLs. To play http m3u8 you need http website with media player. but google/chrome and people finds the website as non secure connection. So while people tries to visit browser gives them privacy connection error.
On the other hand https connection website with https m3u8 links are fine. it the main problem is I don't have many https links. Almost all main TV links are http. What is the solutions for this problem? How can I play http links on https website?

Problem scenario 2 -

A video player for WordPress can play example - abcd. com.foxsports.m3u8 , the end is .m3u8, but many urls don't end with .m3u8. They are like

example - abcd. net:80/jukjk8/72382 or
abcd. xyz:8080/benAa/82922/115

These links are working on VLC/POT Player ut cannot play on WordPress video player(HLS settings). Is there any way to play these on WordPress?

Problem scenario 3 -

I have a m3u8 playlist which play on VLC/POT Player. When I check the URLs of the channels I got this kind of links -

m3u- editor. com/serve/b43810-0e4b-11e-a1f7-03f2f69ff6/328128

These links are not directly working with VLC or any player. but works with when the playlist is open. Is there any way to play these kind of links on WordPress? Or can I extract the main m3u8 URLs for these kind of links?
 
Your best bet is to buy your own dedicated server and host the streams on your server. In that way you can make the m3u8 links https. It's actually called restreaming.
 
Your best bet is to buy your own dedicated server and host the streams on your server. In that way you can make the m3u8 links https. It's actually called restreaming.
How can I do that? Can I stream -

abcd. net:80/jukjk8/72382
abcd. xyz:8080/benAa/82922/115
m3u- editor. com/serve/b43810-0e4b-11e-a1f7-03f2f69ff6/328128
and http m3u8 links in the server and restream aas https m3u8 to my website?
 
How can I do that? Can I stream -

abcd. net:80/jukjk8/72382
abcd. xyz:8080/benAa/82922/115
m3u- editor. com/serve/b43810-0e4b-11e-a1f7-03f2f69ff6/328128
and http m3u8 links in the server and restream aas https m3u8 to my website?
Yes you can.
 
Back
Top