19 Commits (f19e23eaa5d113041bb12e8ec9487bd5cccd285e)

Author SHA1 Message Date
aler9 f19e23eaa5 enable rtmp by default; add parameters to disable rtsp and rtmp 4 years ago
aler9 09cbeae60f fix error "frame length greater than maximum allowed" (#229) 4 years ago
aler9 a9385547ea add parameter readBufferCount to support non-compliant servers or publishers (#211) 5 years ago
aler9 a047fdc404 split configuration into sections 5 years ago
aler9 f9a7ad7eca add serverrtmp 5 years ago
aler9 da9d6df706 merge serverplain and servertls into serverrtsp 5 years ago
aler9 6b1643940e support encrypting the configuration file 5 years ago
aler9 3b04ba36c3 add parameter listenIP to listen on a specific IP/interface (#166) 5 years ago
aler9 97305af272 new parameter readBufferCount 5 years ago
aler9 9fb844331e move UDP support into gortsplib 5 years ago
aler9 ad195a6bd0 use 'strict' instead of 'yes' in the 'encryption' parameter 5 years ago
aler9 939dda01d0 support 'false' and 'true' values of 'encryption' parameter (#160) 5 years ago
aler9 ccb8b92bfb implement RTSPS (#77) 5 years ago
aler9 74b592b211 implement log levels; print requests and responses when log level is "debug" (#116) 5 years ago
aler9 18fe2d057c print a warn message when the configuration file is not found 5 years ago
aler9 cbab55af4c update gortsplib 5 years ago
aler9 ac032c4b54 support PAUSE method (#107) 5 years ago
aler9 58fe1cfe77 add docs 5 years ago
aler9 5facab1a48 move subpackages into internal/ 5 years ago
aler9 d88fa2a24b change default write timeout to 10 seconds 5 years ago
aler9 38b07ab68a add 'restart' option to all external commands 5 years ago
aler9 3d98bede4a implement configuration dynamic update / hot reloading (#64) 5 years ago
aler9 80f46921c9 new structure 5 years ago
aler9 d9df32ec85 update docs 5 years ago
aler9 64e38f7db4 add more environment tests 5 years ago
aler9 5c8eceb4f7 fix ci 5 years ago
aler9 606806777a move conf into dedicated folder 5 years ago
aler9 a0e053196d drop support for configuration through stdin 5 years ago
aler9 52019ac75e move externalcmd, syslog, loghandler into dedicated folders 5 years ago
aler9 5ca5005040 allow overriding configuration with environment variables (#98) (#101) 5 years ago
aler9 aab9eaa2c7 support RTMP audio 5 years ago
aler9 a374ba748d support RTMP sources (#88) 5 years ago
aler9 a3a52101c0 add rtsp_proxies metrics (#61) 5 years ago
aler9 33f703a1a3 temp 5 years ago
aler9 588878bcae add syslog log destination (#83) 5 years ago
aler9 3fca02eca3 update gortsplib 5 years ago
aler9 e27e807813 allow onDemandCmd when path is 'all' 5 years ago
aler9 cdda774faa allow onInitCmd only if path is not 'all' 5 years ago
aler9 edb2c1f5cd check path name in configuration 5 years ago
aler9 1399543e90 rename path id into path name 5 years ago
aler9 161f1ec2bd remove pathEnvVariable 5 years ago
Liwei 3a508b1d42 add configuration item to specify name of variable used to pass path 5 years ago
aler9 8ffa1d53e9 add runOnInit 5 years ago
aler9 a5bd05dcfc add options logDestinations, logFile (#37) 5 years ago
aler9 90aa47d2a3 add metrics exporter (#37) 5 years ago
aler9 fb81ffc930 reorganize conf 5 years ago
aler9 e409f673d4 add option runOnDemand (#36) 5 years ago
aler9 d7d2ba38f1 add option sourceOnDemand to pull sources only when there are connected clients (#36) 5 years ago
aler9 3a3a8594a8 move source configuration parsing into conf.go 5 years ago
aler9 80a48975ed change default ReadTimeout to 10secs 5 years ago