This website requires JavaScript.
Explore
Help
Sign In
apps
/
plugin-webrtc
Watch
1
Star
0
Fork
0
You've already forked plugin-webrtc
mirror of
https://github.com/Monibuca/plugin-webrtc.git
synced
2025-10-05 06:46:57 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
42
Commits
6
Branches
53
Tags
491daaf57fea867b4984ebafc8a40725f4630b0e
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
langhuihui
491daaf57f
改成WaitVideoTrack
2021-05-03 14:55:20 +08:00
.gitignore
修改播放逻辑
2020-08-24 09:11:26 +08:00
go.mod
更新依赖,修复错误
2021-04-07 21:29:04 +08:00
go.sum
更新依赖,修复错误
2021-04-07 21:29:04 +08:00
LICENSE
first commit
2020-05-22 16:39:44 +08:00
main.go
改成WaitVideoTrack
2021-05-03 14:55:20 +08:00
README.md
修改API路由
2021-02-23 22:26:28 +08:00
README.md
Unescape
Escape
webrtc 插件
提供通过网页发布视频到monibuca
,
以及从monibuca拉流通过webrtc进行播放的功能
基本原理
通过浏览器和monibuca交换sdp信息
,
然后读取rtp包或者发送rtp的方式进行
API
/api/webrtc/play?streamPath=live/rtc 用于播放live/rtc的流
,
需要在请求的body中放入sdp的json数据
,
这个接口会返回服务端的sdp数据
/api/webrtc/publish?streamPath=live/rtc 同上
Description
webrtc plugin for monibuca
webrtc
Readme
MIT
545
KiB
Languages
Go
80.1%
HTML
19.9%