Files
plugin-webrtc/README.md
2020-07-05 21:50:50 +08:00

16 lines
610 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# webrtc 插件
提供通过网页发布视频到monibuca以及从monibuca拉流通过webrtc进行播放的功能
# 基本原理
通过浏览器和monibuca交换sdp信息然后读取rtp包或者发送rtp的方式进行
# 界面操作
## publish
在后台管理界面会自动获取摄像头在streamPath中填入需要发布流的名称点击publish开始发布
## play
在后台管理界面点击上方play tab页此时会显示当前monibuca中所有正在发布的流点击其中需要播放的流会出现按钮点击Play按钮即可弹出播放器界面并进行播放。