Janus是一个开源的通用WebRTC server
安装
CentOS依赖安装:
1 | yum install libmicrohttpd-devel jansson-devel \ |
nice:
1 | git clone https://gitlab.freedesktop.org/libnice/libnice |
libsrtp:
1 | wget https://github.com/cisco/libsrtp/archive/v1.5.4.tar.gz |
usrsctp
1 | git clone https://github.com/sctplab/usrsctp |
libwebsockets:
1 | git clone https://github.com/warmcat/libwebsockets.git |
mqtt:
1 | git clone https://github.com/eclipse/paho.mqtt.c.git |
编译
1 | git clone https://github.com/meetecho/janus-gateway.git |
1 | sh autogen.sh |