mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
485 B
485 B
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:
make && ./objs/signaling
Open the H5 demos:
Winlin 2021.05