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-04 06:26:26 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
59
Commits
6
Branches
53
Tags
e7e1ac1858c8cc5ef4d19a12b76cc45da16f3a78
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
dexter
e7e1ac1858
转码需求
2022-01-16 12:50:43 +08:00
webrtc
修复webrtc 推流功能
2021-08-16 21:15:12 +08:00
.gitignore
修改播放逻辑
2020-08-24 09:11:26 +08:00
go.mod
适配引擎升级
2022-01-10 09:07:34 +08:00
go.sum
适配引擎升级
2022-01-10 09:07:34 +08:00
LICENSE
first commit
2020-05-22 16:39:44 +08:00
main.go
转码需求
2022-01-16 12:50:43 +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
544
KiB
Languages
Go
80.1%
HTML
19.9%