mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
| .. | ||
| vendor | ||
| www | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| Makefile | ||
| README.md | ||
signaling
WebRTC signaling for https://github.com/ossrs/srs
Usage
Build and run SRS:
git clone -b 4.0release https://gitee.com/ossrs/srs.git srs &&
cd srs/trunk && ./configure && make && ./objs/srs -c conf/rtc.conf
Build and run signaling:
cd srs/trunk/3rdparty/signaling && make && ./objs/signaling
Open the H5 demos:
Winlin 2021.05