vediojs如何播放rtmp视频流呢?

在做视频直播,想要用vediojs播放rtmp视频流,请问该如何实现呢?


米琪卡哇伊
浏览 2806回答 2
2回答

白衣染霜花

<html><head><title> Stream Player </title>&nbsp; <link href="video-js.css" rel="stylesheet" type="text/css">&nbsp; <script src="video.js"></script>&nbsp; <script>&nbsp; &nbsp; videojs.options.flash.swf = "video-js.swf";&nbsp; </script></head><body>&nbsp;<center>&nbsp; &nbsp;<video id="livestream" class="video-js vjs-default-skin vjs-big-play-centered"&nbsp; &nbsp; &nbsp;controls autoplay preload="auto" width="600" height="300"&nbsp; &nbsp; &nbsp;data-setup='{"techorder" : ["flash"] }'>&nbsp; &nbsp; &nbsp; <source src="rtmp://10.0.0.35:1935/live/test" type="rtmp/mp4">&nbsp; &nbsp;</video>&nbsp;</center></body></html>

神不在的星期二

移动端不支持rtmp
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript