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

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.

1 Community Answers

irfan.nettech

Best Answer 

Ok found the problem. actually flash was not installed on my system. chrome and ie may have their own built-in flash support.

irfan.nettech

Best Answer  User  
0 rated :

Ok found the problem. actually flash was not installed on my system. chrome and ie may have their own built-in flash support.

This question has received the maximum number of answers.