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?
Hi,
First I think that those links are streams and are not usually opened in traditional browser. That is why http(s) doesn’t really matter to them.
Secondly I think your problem with Wordpress is that in m3u playlist every link is a TS stream (not a MP4 video or other). I don’t think you can simply receive a .TS stream with a classic video player.
Wanna do a web IPTV player ?