Link
下面的 RTMP 直播流在哪里Embed
,我如何测试链接并查看它是否正常工作
我以为可能是这样,但不确定
rtmp://sc-lb1.streamcyclone.com/rakoty_live
因为我正在播放这个流jwplayer
,它一直在告诉我
stream not found :rtmp://--------------------
到目前为止,这是我的代码和现场演示
<div id="container2">Loading the player...</div>
<script type="text/javascript">
jwplayer("container2").setup({
flashplayer: "http://player.longtailvideo.com/player.swf",
height: 270,
width: 480,
image: "http://www.2heartsnetwork.org/SacredHeartJesus3.jpg",
levels: [
{ bitrate: 300, file: "rtmp://sc-lb1.streamcyclone.com/rakoty_live", width: 320 },
{ bitrate: 600, file: "rtmp://sc-lb1.streamcyclone.com/rakoty_live", width: 480 },
{ bitrate: 900, file: "rtmp://sc-lb1.streamcyclone.com/rakoty_live", width: 720 }
],
provider: "rtmp",
streamer: "rtmp://sc-lb1.streamcyclone.com/rakoty_live"
});
</script>
有问题希望大家能帮帮我谢谢
回答
如果没有第三方对您的流进行转码,就无法做到这一点