我已經安裝Jwplayer這樣在我的HTML腳本標記下:JwPlayer不播放rtmp流嗎?
<script type="text/javascript">
jwplayer("container").setup({
flashplayer: "js/jwplayer.flash.swf",
file: "rtmp://localhost:1935/121/mystream.stream",
height: 270,
width: 506
});
</script>
,但它給我像「沒有找到playble源」一個錯誤。但如果檢查我的在線jw播放器的直播,其工作正常。如果我使用演示網址"http://content.bitsontherun.com/videos/lWMJeVvV-364767.mp4"
,那麼我的播放器工作正常。我不知道這是什麼錯誤,請幫助。
我正在託管在localhost上我,我們頁:8080彈簧啓動應用程序 –
是有什麼錯我的代碼? –