ffmpeg本地视频文件直播推流+web播放器无插件直播

网友投稿 235 2022-11-16

ffmpeg本地视频文件直播推流+web播放器无插件直播

这个场景中,我们可以直接利用强大的ffmpeg将本地文件,以直播的方式输出

ffmpeg -re -stream_loop -1 -fflags +genpts -i F:\05CACHE\ss.mp4 -vcodec copy -acodec copy -strict -2 -f flv -y rtmp://demo.liveqing.com:10085/hls/marvin1311

此处的rtmp://demo.liveqing.com:10085/hls/test 是示例的推流服务地址

运行如下:

此时rtmp://demo.liveqing.com:10085/hls/marvin1311 也是播放地址

如何解决无插件直播?

除了一路

rtmp://demo.liveqing.com:10085/hls/marvin1311

此时流媒体服务提供了另外的两路流

​​http://demo.liveqing.com:10080/hls/marvin1311/marvin1311_live.m3u8​​​​http://demo.liveqing.com:10080/flv/hls/marvin1311.flv​​

Web直播/点播播放器

也可以使用流媒体服务提供的播放器服务​​​http://demo.liveqing.com:10080/LivePlayer.html​​

​​http://demo.liveqing.com:10080/LivePlayer.html?videoUrl=http://demo.liveqing.com:10080/hls/marvin1311/marvin1311_live.m3u8​​

​​http://demo.liveqing.com:10080/LivePlayer.html?videoUrl=http://demo.liveqing.com:10080/flv/hls/marvin1311.flv​​

技术交流QQ群:615081503

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:php+js 控件my97datepicker日期选择,控制两个输入框时间
下一篇:东莞USB集线器批发-开启智能时代
相关文章

 发表评论

暂时没有评论,来抢沙发吧~