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

No Playable Sources in Chrome with Flash Disabled


Hi,
I'm working out some kinks in our streaming. We're streaming live via Wowza over rtsp and HLS. My issue is HLS in Chrome on the desktop *with Flash disabled*. I get "Error loading player: No playable sources found".
HLS streaming works fine in iOS/Safari and Android/Chrome. My rtsp stream works fine in all browsers/all devices with flash.

I'm on the latest version of jwplayer and Chrome.

Here's my embed block:

jwplayer("player").setup({
width: '100%',
aspectratio: '16:9',
autostart: 'true',
playlist: [{
image: '/img/cover_cube1.png',
sources: [{
file: "http://209.66.192.70:1935/webcast/smil:cube1.smil/jwplayer.smil"
},{
file: "http://209.66.192.70:1935/webcast/smil:cube1.smil/playlist.m3u8"
}]
}],
fallback: "true",
androidhls: "true",
hlshtml: "true"
});

4 Community Answers

Andrew Baldwin

User  
0 rated :

Apologies, we are running JW Premium and I can verify that it's enabled by right clicking the player. Please help!

Alex

JW Player Support Agent  
0 rated :

Hi Andrew,

What version of the player are you using? Also, can you provide us with a URL to a reproduction page with this player embedded in it so we may take a look?

Thank you.

Philipp S

User  
0 rated :

Hi,

We're using jwplatform and it does not work in Chrome as well:

http://www.mytischtennis.de/public/myTischtennis-News/10165/click-tt-auf-mytt--viele-funktionen-in-videotutorials-erklaert

Its the latest chrome?

http://stackoverflow.com/questions/37674223/domexception-failed-to-load-because-no-supported-source-was-found
http://cnedelcu.blogspot.de/2016/09/chrome-solution-for-domexception-failed-to-load-no-supported-source.html

best regards

Alex

JW Player Support Agent  
0 rated :

Hi Philipp,

What operating system are you running Chrome on? The HLS source is playing fine for me on that page in Chrome 58.0.3029.81 (64-bit) on macOS Sierra 10.12.4.

Please let me know. Thank you.

This question has received the maximum number of answers.