An open API service indexing awesome lists of open source software.

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

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/

```