170 Commits (f5d9fde60499c1a3ba51f91166f88753d9146256)

Author SHA1 Message Date
aler9 3d98bede4a implement configuration dynamic update / hot reloading (#64) 5 years ago
aler9 80f46921c9 new structure 5 years ago
aler9 bcab6aabcb make sure all clients are closed before closing server 5 years ago
aler9 e724c3ba1e remove stdin 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 810643ab30 rename publisher into source 5 years ago
aler9 a374ba748d support RTMP sources (#88) 5 years ago
aler9 f9b6768588 fix crash during startup on 32bit platforms (#86) 5 years ago
aler9 f6e846ca45 rename source into proxy 5 years ago
aler9 a3a52101c0 add rtsp_proxies metrics (#61) 5 years ago
aler9 2085944586 rename metrics (#61) 5 years ago
aler9 33f703a1a3 temp 5 years ago
aler9 495a791b2d fix crash when closing 5 years ago
aler9 a8ec4a4cf6 move log handling into dedicated file 5 years ago
aler9 f5936d67ed drastically improve performance when publishing or proxying streams 5 years ago
aler9 bb66a03f3d improve performance when publishing to the server or receiving streams in proxy mode 5 years ago
aler9 175a93b1f1 re-add time to log entries saved to file (#67) 5 years ago
aler9 79d0f2d053 move sdp code into gortsplib 5 years ago
aler9 3fca02eca3 update gortsplib 5 years ago
aler9 f40f3a34ab fix race condition 5 years ago
aler9 ca22fafdd7 fix race condition 5 years ago
aler9 dd151e9978 open the firewall in case of udp connections 5 years ago
aler9 3c48518d99 add path name to all log entries related to a certain path 5 years ago
aler9 7743849e9a replace events with channels 5 years ago
aler9 194bd7653e rename program.closeClient() into client.close() 5 years ago
aler9 980989340b fix possible deadlock when communicating with clients 5 years ago
aler9 1b4201aa76 improve performance by using path instead of pathName for packet routing 5 years ago
aler9 2fe7004bc9 fix onDemandCmd when path is 'all' 5 years ago
aler9 106b628e6c fix pprof closing 5 years ago
aler9 0b589b3e7e move sources inside paths 5 years ago
aler9 01b2e741b2 do not panic if pprof initialization fails 5 years ago
aler9 833ce34838 do not panic if metrics initialization fails 5 years ago
aler9 e27e807813 allow onDemandCmd when path is 'all' 5 years ago
aler9 d28a14588a rename findConfForPath() 5 years ago
aler9 cdda774faa allow onInitCmd only if path is not 'all' 5 years ago
aler9 1b8177eb96 fix crash when udp is disabled (#69) 5 years ago
aler9 74f7e5df66 improve performance by avoiding copy() (#21) 5 years ago
aler9 3c95dd0cdb initialize udp listeners only if udp is enabled 5 years ago
aler9 cd90970c85 fix udp frames routing in case of multiple publishers with same ip; fix #56 5 years ago
aler9 1399543e90 rename path id into path name 5 years ago
aler9 161f1ec2bd remove pathEnvVariable 5 years ago
aler9 ec79043b04 add clients to udpClientPublishers only if protocol is udp 5 years ago
Liwei 3a508b1d42 add configuration item to specify name of variable used to pass path 5 years ago
Liwei c0b0b23c41 expose request path to runOn commands as an environment variable 5 years ago
aler9 2b2f8fcdf3 speed up routing of udp frames 5 years ago
aler9 d0c2c3a586 support receiving single tracks (#48) 5 years ago
aler9 8ffa1d53e9 add runOnInit 5 years ago
aler9 a5bd05dcfc add options logDestinations, logFile (#37) 5 years ago