Giter Site home page Giter Site logo

gunpowder78 / ovsyunlive Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ccallcn/ovsyunlive

0.0 0.0 0.0 231.44 MB

网页播放rtsp,Web直播rtmp推流,Web直接rtsp/rtmp播放免插件,电子游戏直播,桌面远程控制,游戏远控,H5视频会议,视频会议,会议直播,rtsp监控,视频对讲,Web推流,flv播放器,Web桌面直播,ws流拉流转发,web无插件监控,rtsp-Web监控,低延时解决方案,支持http-flv,ws-flv,直播录播,多通道流转发工具,Gb28181监控直播,Webrtc推流,Webrtc直播,Webrtc播放

JavaScript 34.64% CSS 17.49% HTML 30.22% AMPL 0.30% Batchfile 0.07% Vue 16.78% Less 0.42% SCSS 0.09%

ovsyunlive's Introduction

# ovsyunlive 这是一套网页直播,监控,视频会议,视频对讲,Web视频推流,Web免插件极速rtsp/rtmp播放,电子游戏直播,桌面远程控制,游戏远控,支持H5监控直播,微信直播会议,RTSP、RTMP网页低延时播放,支持srt,Webrtc,http-flv,ws-flv,Pc可以不用flash,全套低延时,针对硬件游戏机远控推流做了低延时的转码和转发,能在线H5互动游戏,web监控,低延时解决方案,此项目后台Web管理开源,整套方案提供绿色安装包.

特点:

Web免插件rtmp/rtsp/Webrtc播放, Web直接推流rtmp/rtsp

智能分发播放,如拉rtsp播放,多个终端同时会只拉路rtsp再分发到终端,减少多路采拉rtsp。

自动智能音频转码,播放自动转码到浏览器识别的,web推流rtmp自动转码为H264,AAC为大众平台兼容。

Web极低延时200毫秒左右的直播推流和播放:

1、github上面国内下载不稳定,这里提供国内绿色下载包,Windows上解压

国内下载: http://m.ovmeet.com/ovsyunlive.zip

在线推流演示:https://m.ovmeet.com:7702/pub/index.html

web播放rtsp/rtmp演示:http://m.ovmeet.com:7701/play/index.html

链接播放:http://m.ovmeet.com:7701/play/play.html?rtsp://admin:[email protected]/live0.264

商用支持Windows,Linux系统,有需要可以联系 QQ:1410919373 QQ群:216403866

2、视频会议功能演示:

MCU会议演示:https://w.ovmeet.com:9301/login.html

SFU会议演示:https://m.ovmeet.com:7777

3、Flv低延时播放器,全平台,支持H265,易集成,在线测试:

http://m.ovmeet.com:8082/ovplayerflv/ (要授权)

4、直播测试前修改ovsyunmedia.ini里面的exthost为你安装机子上的IP(内网用内网IP,公网要用公网IP)

5、双击运行,start.bat 停止:stop.bat 商用版支持Windows,Linux系统

Web在线rtmp/rtsp推流测试:

https://IP:7702/pub/index.html

Web播放rtmp/rtsp/webrtc/ovplayw:

http://IP:7701/play/index.html

链接播放rtsp/rtmp:

http://IP:7701/play/play.html?rtsp://admin:[email protected]/live0.264

网页代码接入,两行代码接入详见目录/www/play/demo.html:

//引入库

<script src="ovplayer.min.js" ></script>

//"video"是Html5标准video控制,后面是程序安装的服务器地址

this.ovplayer = new OvPlayer("video", window.location.protocol+"//"+window.location.hostname+port);

//rtsp视频地址

ovplayer.connect("rtsp://196.21.92.82/axis-media/media.amp");

7、其它推流播放测试:

推流地址:rtmp://IP:1937/live/test001

Web播放地址:http://IP:7701/play/index.html

rtmp播流地址:rtmp://IP:1937/live/test001

rtsp播流地址:rtsp://IP:7554/live/test001

webrtc播流地址:webrtc://IP:7701/live/test001

flv播放地址: http://IP:7701/live/流id.flv

srt播放地址:srt://IP:7900?streamid=#!::h=live/12345,m=request

ws-flv播放地址: ws://IP:7701/live/流id.flv

8、管理平台http://IP:8800/ 用户:admin 密码:123456

拉流列表,添加拉流(支持rtmp,rtsp,监控摄像头) 目标本地地址:rtmp://127.0.0.1:1937/live/流id(随机生成,或自已填写)

播放列表,查看流列表在线状态和在线直接播放

9,视频会议测试绿色包git下载 https://github.com/ccallcn/ovsyunlive/archive/8.10.zip

会议测试详见后面说明

支持Webrtc,rtsp,rtmp,直播用户参会

支持远程电子白板,文档共享

支持视频录存,视频直播

支持全平台(pc,android,ios)

注意:需要浏览器支持Webrtc,建议Chrome浏览器

会议本地下载测试:

视频会议测试绿色包git下载 https://github.com/ccallcn/ovsyunlive/archive/8.10.zip

1、修改ovsyunmedia.ini里面的exthost为你安装机子上的IP(内网用内网IP,公网要用公网IP)

2、 修改ovsyunlive.conf里面的candidate IP;为你安装机子上的IP(内网用内网IP,公网要用公网IP)

4、双击启动start.bat 停止,stop.bat

4、运行路径和流ID不要带中文字符

5,Web测试地址:https://IP:7777/login.html, 帐号随机登录就用,稍懂html也可以login.html自已调调

ovsyunlive's People

Contributors

ccallcn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.