nginx-vod-module icon indicating copy to clipboard operation
nginx-vod-module copied to clipboard

Cannot Load M3u8 Unable to fetch HTTP resource over HTTPS

Open heppinnid opened this issue 2 years ago • 1 comments

Cannot Load M3u8 Unable to fetch HTTP resource over HTTPS when i try to embed in jwplayer

heppinnid avatar Mar 20 '22 16:03 heppinnid

The browser doesn't allow loading an HTTP URL from an HTTPS page. You need to either -

  1. Make the m3u8 available over HTTPS
  2. Load the player from an HTTP page
  3. If it's just for testing - you can change Chrome security settings to allow loading HTTP resources from the specific HTTPS domain

erankor avatar Mar 21 '22 10:03 erankor