148 Commits (508d30dc07d86bb3054e5623c042c63a500636bc)

Author SHA1 Message Date
Lionel Nicolas c1862b3228 add ability to configure metrics port 5 years ago
aler9 f19e23eaa5 enable rtmp by default; add parameters to disable rtsp and rtmp 5 years ago
aler9 09cbeae60f fix error "frame length greater than maximum allowed" (#229) 5 years ago
aler9 186a91800a Support reading with RTMP (#218) 5 years ago
aler9 6a61202459 merge serverudpl into serverrtsp 5 years ago
aler9 a9385547ea add parameter readBufferCount to support non-compliant servers or publishers (#211) 5 years ago
aler9 3bcead121d add a RTMP server that allows to publish legacy streams (#132) 5 years ago
aler9 f9a7ad7eca add serverrtmp 5 years ago
aler9 da9d6df706 merge serverplain and servertls into serverrtsp 5 years ago
aler9 903842484e apply listenIP to metrics and pprof too 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 2132226f90 move client state and client tracks into gortsplib 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 98a443d22d fix crash when configuration is invalid (#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 286d837d9e update gortsplib 5 years ago
aler9 19440f2486 switch to golangci-lint 5 years ago
aler9 3deaa4c395 fix shutdown of udp sockets during hot reloading 5 years ago
aler9 0f11dd5c71 fix hot reloading of configuration on macOS and with text editors that deletes and recreates the configuration file 5 years ago
aler9 359a7f0f2f unexport version 5 years ago
aler9 58fe1cfe77 add docs 6 years ago
aler9 5facab1a48 move subpackages into internal/ 6 years ago
aler9 bbc2401ac2 new environment variable RTSP_PORT 6 years ago
aler9 38b07ab68a add 'restart' option to all external commands 6 years ago
aler9 3d98bede4a implement configuration dynamic update / hot reloading (#64) 6 years ago
aler9 80f46921c9 new structure 6 years ago
aler9 bcab6aabcb make sure all clients are closed before closing server 6 years ago
aler9 e724c3ba1e remove stdin 6 years ago
aler9 606806777a move conf into dedicated folder 6 years ago
aler9 a0e053196d drop support for configuration through stdin 6 years ago
aler9 52019ac75e move externalcmd, syslog, loghandler into dedicated folders 6 years ago
aler9 810643ab30 rename publisher into source 6 years ago
aler9 a374ba748d support RTMP sources (#88) 6 years ago
aler9 f9b6768588 fix crash during startup on 32bit platforms (#86) 6 years ago
aler9 f6e846ca45 rename source into proxy 6 years ago
aler9 a3a52101c0 add rtsp_proxies metrics (#61) 6 years ago
aler9 2085944586 rename metrics (#61) 6 years ago
aler9 33f703a1a3 temp 6 years ago
aler9 495a791b2d fix crash when closing 6 years ago
aler9 a8ec4a4cf6 move log handling into dedicated file 6 years ago
aler9 f5936d67ed drastically improve performance when publishing or proxying streams 6 years ago
aler9 bb66a03f3d improve performance when publishing to the server or receiving streams in proxy mode 6 years ago
aler9 175a93b1f1 re-add time to log entries saved to file (#67) 6 years ago
aler9 79d0f2d053 move sdp code into gortsplib 6 years ago
aler9 3fca02eca3 update gortsplib 6 years ago
aler9 f40f3a34ab fix race condition 6 years ago