在下面的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>有点不对劲,我希望你们能帮我谢谢
答案
如果没有第三方来对您的流进行代码转换,就无法做到这一点。
发布于 2012-09-21 08:05:50
如前所述,您可以使用这里来测试rtmp连接。
利用你分享的内容,我可以通过设置来获得你的实时流:
file : "rakoty"这里是跑步的小提琴。
我也想建议不要编辑你的帖子&删除原来的问题,当它被回答,而不是发布一个新的问题。也许前面的问题可能会对将来的某人有帮助.
发布于 2012-09-25 07:42:15
您有streamer: rtmp://sc-lb1.streamcyclone.com/ rakoty _live文件:rakoty
rtmpdump -o a.flv -r -r
https://stackoverflow.com/questions/12522893
复制相似问题