hls.js
hls.js copied to clipboard
HTTPS based app trying to load streaming from HTTP sources
What do you want to do with Hls.js?
Hi everyone,
I am currently trying to use an app I am developing to allow seeing streaming directly on the page. However, the streams appear to be all over HTTP, so how can this be overcome?
Is there a way for HLS player to handle this?
While in dev mode and using HTTP it works all perfectly fine.
When I publish I get error Mixed Content Blocked.
What have you tried so far?
No response
Can the asset be served over SSL? Try replacing http:// with https:// or // (protocol relative - meaning use the same protocol as the page). If the asset cannot be served securely, then it cannot be played on a page served over SSL due to the browser's security policy.
I have tried to use HTTP page, but still I am facing issues with blockades by Cloudflare etc... It seems that this will not work.