Once you have installed all the dependencies, get the code:
git clone http://gitlab.dilusense.com/beijing/live-stream.git cd rtsp-proxy-server-webrtc bash autogen.sh ./configure make make installTo install config files:
make configsConfig files are installed in /usr/local/etc/janus.
modify janus.transport.http.jcfg:
general: {
... port = 8088 # Web server HTTP port ...}
modify janus.plugin.streaming.jcfg,add config to the end of the file like this:
rtsp-test: {
type = "rtsp" id = 99 description = "RTSP Test" audio = false video = true url = "rtsp://10.0.1.251:554/h264/ch1/main/av_stream" rtsp_user = "admin" rtsp_pwd = "dilu1234"}