
Error loading player: No playable sources found - RTMP (Only Mozilla Browser)
I am trying to user jwplayer with live cam support (stream generated by wowza streaming engine, rtmp and m3u8).
As far streaming is concerned it streams well on both chrome and IE but error loading player error arise on mozilla.
I am using JW 6 on website but i tried testing rtmp url on latest jwplayer too directly on JWPlayer embed generator.
Here is my rtmp stream url
rtmp://54.154.72.220:1935/live/501a281d-3f48-4c48-9c95-66242f8dce02
Here is example code i used.
<div id="container" >Loading the player ...</div>
<script type="text/javascript">
jwplayer("container").setup({
sources: [{
file: "rtmp://54.154.72.220:1935/live/501a281d-3f48-4c48-9c95-66242f8dce02"
}],
rtmp: {
bufferlength: 3
},
primary: flash,
fallback: false,
width: "100%",
aspectratio: "16:9",
volume: 100,
autostart: 'true'
});
</script>
Even i used primary: flash to force loading flash player instead of html5 player to play rtmp but still no flash player loaded.
Please help us how to force flash player or any other configurations to play this stream properly.
Waiting for your fast response.