
No playable sources found in Firefox on Windows
When I try to view my livestream I'm getting the error "No playable sources found" when I use Firefox on Windows. The player works correctly in IE and Chrome on Windows, and Safari, Chrome and Firefox on Mac. Even mobile devices are working, Firefox on Windows seems to be the only one who doesn't want to play along...
The Windows PC's I've seen this error on all have the latest version of Flash Player installed and run Windows 7 Professional 64-bit. We are using JWPlayer version 6.11.4923, the latest update at this point, if I'm not mistaking.
Page source:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Test Stream Player</title>
</head>
<script type='text/javascript' src='http://www.starbytes.com/streamtest/jwplayer.js'></script>
<script type="text/javascript">jwplayer.key="removed due to privacy";</script>
<div id='mediaspace2'>Player goes here...:</div>
<script type='text/javascript'>
jwplayer('mediaspace2').setup({
image: 'http://www.starbytes.com/streamtest/studio.jpg',
sources: [{
file: 'rtmp://flash.starbytes.com/starbytes/livestream'
},{
file: 'http://flash.starbytes.com/starbytes/livestream/manifest.m3u8'
}],
rtmp: {
bufferlength: 3
},
});
</script>
</body>
</html>
The stream should be running at: www.starbytes.com/streamtest
Anyone who can point me in the right direction? If you need any more specifics, please let me know!