1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 11:51:57 +00:00
srs/trunk/3rdparty/signaling
2021-05-02 21:46:41 +08:00
..
vendor SquashSRS4: Add one to one RTC demo. 2021-05-02 21:46:41 +08:00
www SquashSRS4: Add one to one RTC demo. 2021-05-02 21:46:41 +08:00
.gitignore SquashSRS4: Add one to one RTC demo. 2021-05-02 21:46:41 +08:00
go.mod SquashSRS4: Add one to one RTC demo. 2021-05-02 21:46:41 +08:00
go.sum SquashSRS4: Add one to one RTC demo. 2021-05-02 21:46:41 +08:00
LICENSE SquashSRS4: Add one to one RTC demo. 2021-05-02 21:46:41 +08:00
main.go SquashSRS4: Add one to one RTC demo. 2021-05-02 21:46:41 +08:00
Makefile SquashSRS4: Add one to one RTC demo. 2021-05-02 21:46:41 +08:00
README.md SquashSRS4: Add one to one RTC demo. 2021-05-02 21:46:41 +08:00

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