1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00
srs/trunk/3rdparty/signaling
2021-05-02 21:06:31 +08:00
..
vendor Add one to one demo. 4.0.96 2021-05-02 19:35:03 +08:00
www Add one to one demo for no-localhost 2021-05-02 21:06:31 +08:00
.gitignore Add one to one demo. 4.0.96 2021-05-02 19:35:03 +08:00
go.mod Add one to one demo. 4.0.96 2021-05-02 19:35:03 +08:00
go.sum Add one to one demo. 4.0.96 2021-05-02 19:35:03 +08:00
LICENSE Add one to one demo. 4.0.96 2021-05-02 19:35:03 +08:00
main.go Add one to one demo. 4.0.96 2021-05-02 19:35:03 +08:00
Makefile Add one to one demo. 4.0.96 2021-05-02 19:35:03 +08:00
README.md Add one to one demo for no-localhost 2021-05-02 21:06:31 +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