嵌入 RTMP 流

Embed RTMP Stream

我需要一个完整的速成班。我有 Adob​​e 媒体服务器 运行。从摄像机向它流式传输实时信号。我可以使用 wowza 测试页面 http://www.wowza.com/resources/3.5.0/examples/LiveVideoStreaming/FlashRTMPPlayer/player.html 来查看流:

rtmp://192.81.63.10/直播

直播

这是在 public 上,只要我有它 运行 任何人都可以测试它。 这就是我被困的地方。在这一点上我完全迷路了。据我所知,我需要制作一个 .swf 文件,但也不知道如何让它工作,而且我的 Adob​​e Flash Builder 似乎不想加载。接下来我该怎么做才能在我自己的网页上获得它?

我试过这个:

<embed width="1280" height="720" src="http://www.focusonthefamily.com/family/JWPlayer/mediaplayer.swf" flashvars="allowfullscreen=true&allowscriptaccess=always&autostart=true&shownavigation=true&enablejs=true&volume=50&file=20100809-wait-no-more-v1.mp4&streamer=rtmp://192.81.63.10/live/livestream/" />

但是,它只是不停地旋转。

答案如下:

<embed width="1280" height="720" src="http://www.focusonthefamily.com/family/JWPlayer/mediaplayer.swf" flashvars="allowfullscreen=true&allowscriptaccess=always&autostart=true&shownavigation=true&enablejs=true&volume=50&file=livestream&streamer=rtmp://192.81.63.10/live" />

或者您可以只下载 jwplayer 并将其用作源代码。这是一个更好的选择,因为在我尝试但找不到答案的第一天发布这篇文章后,我对这个主题有了更多的了解。顺便说一句,感谢那些对这个老问题和答案投反对票的人。

你为什么不自己写一个播放器?我知道您有 Flash Builder,因此您可以毫无问题地编辑自己的,不是吗?它还会生成正确的 html 文件。

如果你想要一个工作样本试试这个:http://raspi.monaserver.ovh/MonaClients/VideoPlayer/ 来源可在 github 此处获取:https://github.com/MonaSolutions/MonaClients/tree/master/VideoPlayer