https://github.com/notedit/rtc-rtmp
WebRTC to RTMP and RTMP to WebRTC
https://github.com/notedit/rtc-rtmp
Last synced: about 1 year ago
JSON representation
WebRTC to RTMP and RTMP to WebRTC
- Host: GitHub
- URL: https://github.com/notedit/rtc-rtmp
- Owner: notedit
- License: mit
- Created: 2020-01-28T07:01:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T13:50:09.000Z (about 6 years ago)
- Last Synced: 2025-03-26T12:46:56.692Z (about 1 year ago)
- Language: Go
- Size: 111 KB
- Stars: 36
- Watchers: 4
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rtc-rtmp
WebRTC to RTMP and RTMP to WebRTC
## Install
```
cd rtc-rtmp/
go get ./...
cd examples/rtmp2rtc/
go run main.go
打开obs 推 rtmp://127.0.0.1/live/live
打开浏览器 http://127.0.0.1:8000/
```