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

Playlist issue in Win10 Edge Browser


Hi there,

I have a playlist using JW6 that works on all browsers except Win 10 Edge (IE). If I use the yahoo rss it loads sometime and only the HLS version (in a PC!) and if I use rss.jwpcdn.com any video loads: Error loading media: File could no be played!.

http://dl.austincc.edu/videos2/ah_jw.php

Any help to repair this will be greatly appreciated.

3 Community Answers

mark

User  
1 rated :

The problem here is that you have not done your CORS to allow your domain

Origin http://dl.austincc.edu not found in Access-Control-Allow-Origin header

////


Because Microsoft Edge supports HLS natively without the Adobe Flash plugin, it renders in HTML5 mode and therefore requires CORS for cross origin and not crossdomain.xml - though you still need crossdomain.xml for other browsers that will use Flash.

myoungma

User  
0 rated :

Hi Mark,

Thanks so much for your answer. I did enable CORS on the server, but still is not working. Is there something else I need to do to user Flash instead of HLS. We would like to use HLS only for mobile devices.

mark

User  
0 rated :

when you open the page in Edge and right click "inspect item", try to play the video- then you see in the console the error
Origin http://dl.austincc.edu not found in Access-Control-Allow-Origin header

This means your CORS is not set properly on the domain where the video is located.

This question has received the maximum number of answers.