11 Commits (0495c1ed4b6ca44997f55db2ad75a2ecf359935f)

Author SHA1 Message Date
aler9 0495c1ed4b remove useless close() 5 years ago
aler9 38b07ab68a add 'restart' option to all external commands 5 years ago
aler9 e511eb4ef1 fix error when using vlc, authentication and slashes in paths 5 years ago
aler9 42ba83245b decrease memory usage 5 years ago
aler9 282a15ebba fix memory leak when receiving streams with tcp 5 years ago
aler9 53ba724f96 implement redirect sources (#92) 5 years ago
aler9 67efdb6831 do not terminate session during protocol negotiation, allowing clients to connect without explicitly set the protocol 5 years ago
aler9 0839a853a8 fix client removal from path in case of errors during setup 5 years ago
aler9 de406e1c4f update gortsplib, support unencoded symbols in urls (#100) 5 years ago
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 606806777a move conf into dedicated folder 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 aab9eaa2c7 support RTMP audio 5 years ago
aler9 a374ba748d support RTMP sources (#88) 5 years ago
aler9 bd4fc1ae8c update gortsplib 5 years ago
aler9 a41c2fc67c check SETUP mode when reading 5 years ago
aler9 f9b6768588 fix crash during startup on 32bit platforms (#86) 5 years ago
aler9 693aa9118d move buffer handling into gortsplib 5 years ago
aler9 2085944586 rename metrics (#61) 5 years ago
aler9 3b79f6beb4 handle external commands with a dedicated struct 5 years ago
aler9 a0d076e8f0 fix crash when using runOnConnect 5 years ago
aler9 33f703a1a3 temp 5 years ago
aler9 b526330607 decrease ram consumption 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 51e441a1cf support ping requests with GET_PARAMETER (#81) 5 years ago
aler9 d69d433927 restore environment variables for external commands 5 years ago
Fruchtzwerg94 516371fb85 Implement all external commands for Windows 5 years ago
aler9 1065fa010b fix race condition when reading tcp streams 5 years ago
aler9 998c4c56d9 update gortsplib 5 years ago
aler9 8c06c9a414 support query parameteres when publishing or reading (#74) 5 years ago
aler9 79d0f2d053 move sdp code into gortsplib 5 years ago
aler9 3fca02eca3 update gortsplib 5 years ago
aler9 f18c64d11b support live reporter app (#75) 5 years ago
aler9 f40f3a34ab fix race condition 5 years ago
aler9 dd151e9978 open the firewall in case of udp connections 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 d28a14588a rename findConfForPath() 5 years ago
aler9 fc8bf8c830 simplify client.writeResError() 5 years ago
aler9 2056689560 send TEARDOWN to source when its connection closes (#63) 5 years ago
aler9 74f7e5df66 improve performance by avoiding copy() (#21) 5 years ago
aler9 cd90970c85 fix udp frames routing in case of multiple publishers with same ip; fix #56 5 years ago
aler9 edb2c1f5cd check path name in configuration 5 years ago
aler9 1399543e90 rename path id into path name 5 years ago