Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rtsp #2

Open
rankaifeng opened this issue Oct 29, 2019 · 3 comments
Open

rtsp #2

rankaifeng opened this issue Oct 29, 2019 · 3 comments

Comments

@rankaifeng
Copy link

你好我问一下可以在web上播放rtsp视频流吗?

@ccallcn
Copy link
Owner

ccallcn commented Oct 29, 2019

好,web是不支持自定义的socket,所以不可能直接支持rtsp播放,都要转成websocket流,目前系统是支持转发,是可以做到1秒内的延时的。

@rankaifeng
Copy link
Author

具体 是怎么使用呢

@ccallcn
Copy link
Owner

ccallcn commented Oct 30, 2019

看说明就行啦,
如是服务器内网直接在拉流里面配一条rtsp的拉流转成本地rtmp地址就会自动生成ws的流,在播放列表里可以直接播放。
如是服务器在公司,你要本地装一套,公网装一套,本地rtsp拉转到公网的rtmp地址上会自动生成ws的流,在播放列表里可以直接播放。

1、双击运行,start.bat

2、网页打开http://127.0.0.1:10008/ 用户:admin 密码:admin

3、推流列表,添加拉流(支持rtmp,rtsp,监控摄像头) 目标本地地址:rtmp://127.0.0.1:1937/live/流id

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

5、也可以直接用推流工具推流:rtmp://127.0.0.1:1937/live/流id

rtmp播放:rtmp://127.0.0.1:1937/live/流id

flv播放: http://IP:8800/live/流id.flv

ws-flv播放: ws://IP:8800/live/流id.flv

H5超低延时播放: ovplayx://IP:8800/live/流id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants