JwPlayer not playing rtmp stream?
问题 i have setup Jwplayer like this in my html under the script tag: <script type="text/javascript"> jwplayer("container").setup({ flashplayer: "js/jwplayer.flash.swf", file: "rtmp://localhost:1935/121/mystream.stream", height: 270, width: 506 }); </script> but it is giving me a error like "No playble source found". But if check my live stream on online jw player,its working fine. And if i use a demo url "http://content.bitsontherun.com/videos/lWMJeVvV-364767.mp4" then my player is working fine.I