Is it possible to make an http live streaming m3u8 link I don't own to an httpS link?

Caspooor

Regular Member
Joined
Apr 12, 2013
Messages
357
Reaction score
244
There's a live streaming m3u8 link I want to add to my website but it's not secure (http) and my website IS secure (httpS) so that's creates a problem called "mixed content" and the live stream doesn't open on my website. The m3u8 link has to be httpS just like my website.

But that link is not mine. Is there a way I can make it httpS instead of just http or is there even a way to put that http link on my https website and fixing that "mixed content" issue?

Cheers
 
I saw that this guy is selling a php script for this: https://techyhub.co/programming/php/master-hls-m3u8-reverse-proxy-stream-effortlessly-and-solve-cross-origin-issues/
 
No, it is not possible to make an http live streaming m3u8 link to an https link without ownership of the link.
 
Back
Top