业务中需要在网页中直接播放rtsp和rtmp视频,多方比较测试发现ovsyunlive的播放器能直接播放rtsp/rtmp视频,还是非常方便简洁,使用过程如下:
1,Windows系统在github上面下载ovsyunlive绿色包下载解压。
github地址:https://github.com/ccallcn/ovsyunlive
详细使用详见说明
2,启动前修改ovsyunmedia.ini里面的exthost为你安装机子上的IP(内网可以不用配,也可以配内网IP,公网要配公网IP)
3,双击运行,start.bat 停止:stop.bat
4,打开http://IP:7701/play/index.html就可以直接界面上播放啦。
5,也可以直接用网页链接地址测试播放http://IP:7701/play/play.html?rtsp://admin:xxx@192.168.1.105/live0.264
6,网页代码接入,这个也是相当方便。
网页播放器库:<script src="ovplayer.min.js" ></script>
两行代码接入:
//服务地址
this.ovplayer = new OvPlayer("video", window.location.protocol+"//"+window.location.hostname+port);
//rtsp视频地址
ovplayer.connect("rtsp://196.21.92.82/axis-media/media.amp");
测试效果,内网延时01.-0.3秒左右
文章来源:https://www.toymoban.com/news/detail-786212.html
测试地址:http://m.ovmeet.com:7701/play/index.html文章来源地址https://www.toymoban.com/news/detail-786212.html
到了这里,关于怎样使用ovsyunlive在web网页上直接播放rtsp/rtmp视频的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!