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

Cannot load .m3u8


Hello Everyone,

I have licensed JW Player. I have created simple m3u8 file which must be run video file in JW Player. This file work very well in other windows applications. But when I refer this file into file element of JW Player it shows error like "Cannot load M3U8 . 404 not found".

Thank you
Amol

7 Community Answers

mark

User  
1 rated :

Is that all the info you can give? How can anyone help

amol.patil

User  
0 rated :

Hello Mark,

My M3U8 File is as follows
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:224
#EXTINF:5219.2,
D:\USER DATA\Search\C-1345.mp4
#EXT-X-ENDLIST

And my JS is
jwplayer("myElement").setup({
file: "/Search/simple.m3u8",
height: 270,
width: 420
});

TIA,
Amol

Todd

JW Player Support Agent  
1 rated :

Is your computer set up to be a web server? I do not know if hosting the MP4 from your D:\ drive will work on a web site.

And you are not really getting any benefits of HLS streaming if you are only linking to one MP4 that is 5219 seconds long. You should segment that that video into .TS fragments that are 10 seconds each. Please see http://support.jwplayer.com/customer/portal/articles/1430189-about-hls-streaming and http://support.jwplayer.com/customer/portal/articles/1430218-using-hls-streaming for more details.

amol.patil

User  
0 rated :

Hello,

The above mentioned files are on my server side. My JS,M3U8 and MP4 files are in same folder in my web server.

My question is that when I use the video file path JW Player work fine. But when I gave the path of m3u8 file which is in same folder gave me error that Cannot load M3U8:404 not found.

amol.patil

User  
0 rated :

TIA

Alex

JW Player Support Agent  
0 rated :

Hi, Amol.

Can you please give me a link to a page where you have the affected player installed? We would need to see the player live to see what is going on. Thanks.

You can not load M3U8

User  
0 rated :

Try the following basic steps to try to resolve the incident.

Testing on other browsers to see if the same thing happens (Internet Explorer, Mozilla Firefox, etc)
Test incognito
Disable your extensions one by one, maybe some do not recognize may be causing the problem.
Clear your cache and cookies memory (from the beginning of time)
Install the latest version of Chrome.
Spend the Chrome software removal tool.
Finally, try to create a new user profile, maybe yours is damaged.

This question has received the maximum number of answers.