gozhev / fork-janus-gateway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a fork of janus-gateway by meetecho.

I added a feature called 'RTSP-on-demand' to the plugins.streaming module. The goal is not to waste a traffic between the RTSP server and Janus gateway when there are no clients viewing the stream.

There is a new configuration parameter 'rtsp_on_demand = true|false (default false)'. If you set rtsp_on_demand to true, the RTSP stream will be disconnected each time there are no more webrtc clients left.

About

License:GNU General Public License v3.0


Languages

Language:C 89.4%Language:JavaScript 7.1%Language:HTML 1.5%Language:Lua 0.7%Language:M4 0.5%Language:Makefile 0.3%Language:Roff 0.2%Language:Shell 0.1%Language:Python 0.1%Language:CSS 0.0%Language:Emacs Lisp 0.0%