Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Is it possible to play HTTP HLS stream on HTTPS pages on all platforms


I am trying to implement HLS player without any plugins. My concern is that my streams are loading under HTTP requests serving from a different domain (akamai streams).
Is it possible to load HTTP streams inside HTTPS pages which can play on all platforms (with native support, if available)?

1 Community Answers

Daniel Berger

JW Player Support Agent  
0 rated :

Making an HTTP request on an HTTPS page will cause request will to be blocked. Please make sure all your requests are secure to avoid any issue. Here is a link with more information from MDN: https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content/How_to_fix_website_with_mixed_content

This question has received the maximum number of answers.