有什么方法可以将facebook直播视频嵌入到html页面中,例如像mediaelementjs这样的自定义视频播放器脚本?使用rtmp在你现场直播时提供facebook。
我已经使用此嵌入进行了测试:
<video width="360" height="203" id="player1" src="rtmp://rtmp-api.facebook.com:443/rtmp/1327296050643313?ds=1&s_l=1&a=ATiweM9l1fKQFUUB" autoplay="true" type="video/rtmp" controls="controls"></video>
和JS init
<script type="text/javascript">
$('video,audio').mediaelementplayer(/* Options */);
</script>
但页面中似乎没有任何内容在播放。有人测试了一个播放器(也许是html5播放器)for facebook live in html page?
由于
答案 0 :(得分:2)
您检查了preview_url
吗?我还没有对它进行测试,但在文档中似乎是一种在RTMP strem中获取preview_url来预览正在录制的视频的方法。
Link to the documentation in Facebook
本次工作的问题是,preview_url限制为4小时和10个观众。