1.测试包下载:http://m.ovmeet.com/ovsyunlive.zip
双击运行,start.bat 停止:stop.bat 商用版支持Windows,Linux系统
服务程序在公网上,要配ovsyunmedia.ini的exthost=公网IP.(内网也可以配内网IP重启)
github地址:https://github.com/ccallcn/ovsyunlive
2.代码集成:参考play/demo.html代码,网页嵌入ovplayer.min.js,指定ovsyunlive服务器地址,播放rtsp/rtmp流。
//ovsyunlive运行的服务地址
var srvurl="http://localhost:7701";
this.ovplayer = new OvPlayer("video",srvurl);
//要播放的rtsp/rtmp视频地址
ovplayer.connect("rtsp://196.21.92.82/axis-media/media.amp");
3.rtmp/rtsp推流测试:
rtmp推流地址: rtmp://IP:1937/live/2222
https://IP:7702/pub/index.html
Web播放格式:rtmp/rtsp/webrtc/ovplayw
http://IP:7701/play/index.html
4.Web推流地址:https://IP:7702/pub/ (支持web在线rtmp/rtsp/webrtc推流)
推流演示:https://m.ovmeet.com:7702/pub/index.html
会议演示:https://m.ovmeet.com:7777
会议一键登录: https://m.ovmeet.com:7777/join?room=test1111&password=0&name=user-001&audio=1&video=1&screen=0&no tify=0
5. Android-APP:http://m.ovmeet.com/viwebrtc.apk
webrtc播流地址:webrtc://IP:7701/live/2222
rtmp播流地址:rtmp://IP:1937/live/2222
rtsp播流地址:rtsp://IP:7554/live/2222
flv播放地址: http://IP:7701/live/2222.flv
6. 管理平台http://IP:8800/ 用户:admin 密码:123456
7. 公网测试,一定要确认rtsp/rtmp地址公网可用 如有需求QQ:1410919373