Commit graph

151 commits

Author SHA1 Message Date
aler9
c40fdbae7c pprof: change capitalization 2021-03-27 12:23:19 +01:00
aler9
a57f3d04a7 add parameter pprofPort to configure the port of the pprof listener 2021-03-27 12:19:00 +01:00
aler9
fb0e900eb5 try to raise the number of file descriptors that can be opened to remove limits on number of connected clients (#193) 2021-03-27 11:00:39 +01:00
Lionel Nicolas
c1862b3228 add ability to configure metrics port
Port could be specified by using either metricsPort config file entry or
RTSP_METRICSPORT environment variable.
2021-03-13 21:34:57 +01:00
aler9
f19e23eaa5 enable rtmp by default; add parameters to disable rtsp and rtmp 2021-03-10 20:43:27 +01:00
aler9
09cbeae60f fix error "frame length greater than maximum allowed" (#229) 2021-03-10 19:55:26 +01:00
aler9
186a91800a Support reading with RTMP (#218) 2021-03-10 18:04:27 +01:00
aler9
6a61202459 merge serverudpl into serverrtsp 2021-03-06 09:12:05 +01:00
aler9
a9385547ea add parameter readBufferCount to support non-compliant servers or publishers (#211) 2021-02-18 23:26:45 +01:00
aler9
3bcead121d add a RTMP server that allows to publish legacy streams (#132) 2021-01-31 21:42:27 +01:00
aler9
f9a7ad7eca add serverrtmp 2021-01-31 16:58:57 +01:00
aler9
da9d6df706 merge serverplain and servertls into serverrtsp 2021-01-31 13:19:44 +01:00
aler9
903842484e apply listenIP to metrics and pprof too 2021-01-15 18:58:45 +01:00
aler9
3b04ba36c3 add parameter listenIP to listen on a specific IP/interface (#166) 2021-01-15 18:42:53 +01:00
aler9
97305af272 new parameter readBufferCount 2021-01-10 12:55:53 +01:00
aler9
2132226f90 move client state and client tracks into gortsplib 2021-01-06 21:23:45 +01:00
aler9
9fb844331e move UDP support into gortsplib 2021-01-06 12:40:18 +01:00
aler9
ad195a6bd0 use 'strict' instead of 'yes' in the 'encryption' parameter 2020-12-20 12:51:04 +01:00
aler9
98a443d22d fix crash when configuration is invalid (#160) 2020-12-19 20:03:28 +01:00
aler9
ccb8b92bfb implement RTSPS (#77) 2020-12-13 23:51:44 +01:00
aler9
74b592b211 implement log levels; print requests and responses when log level is "debug" (#116) 2020-12-08 12:21:06 +01:00
aler9
18fe2d057c print a warn message when the configuration file is not found 2020-12-06 22:29:56 +01:00
aler9
286d837d9e update gortsplib 2020-12-06 18:01:10 +01:00
aler9
19440f2486 switch to golangci-lint 2020-12-05 20:42:59 +01:00
aler9
3deaa4c395 fix shutdown of udp sockets during hot reloading 2020-11-26 21:58:03 +01:00
aler9
0f11dd5c71 fix hot reloading of configuration on macOS and with text editors that deletes and recreates the configuration file 2020-11-26 21:44:16 +01:00
aler9
359a7f0f2f unexport version 2020-11-24 21:45:44 +01:00
aler9
58fe1cfe77 add docs 2020-11-05 12:37:16 +01:00
aler9
5facab1a48 move subpackages into internal/ 2020-11-01 22:56:56 +01:00
aler9
bbc2401ac2 new environment variable RTSP_PORT 2020-11-01 17:33:06 +01:00
aler9
38b07ab68a add 'restart' option to all external commands 2020-10-31 16:36:14 +01:00
aler9
3d98bede4a implement configuration dynamic update / hot reloading (#64) 2020-10-24 19:56:27 +02:00
aler9
80f46921c9 new structure 2020-10-19 22:17:48 +02:00
aler9
bcab6aabcb make sure all clients are closed before closing server 2020-10-14 19:35:21 +02:00
aler9
e724c3ba1e remove stdin 2020-10-14 01:19:14 +02:00
aler9
606806777a move conf into dedicated folder 2020-10-14 00:50:08 +02:00
aler9
a0e053196d drop support for configuration through stdin 2020-10-14 00:29:27 +02:00
aler9
52019ac75e move externalcmd, syslog, loghandler into dedicated folders 2020-10-14 00:02:55 +02:00
aler9
810643ab30 rename publisher into source 2020-10-13 20:00:40 +02:00
aler9
a374ba748d support RTMP sources (#88) 2020-10-03 21:10:41 +02:00
aler9
a71bac5983 Merge branch 'master' into dev 2020-09-22 08:58:38 +02:00
aler9
f9b6768588 fix crash during startup on 32bit platforms (#86) 2020-09-22 08:41:04 +02:00
aler9
f6e846ca45 rename source into proxy 2020-09-19 23:56:08 +02:00
aler9
a3a52101c0 add rtsp_proxies metrics (#61) 2020-09-19 23:52:06 +02:00
aler9
2085944586 rename metrics (#61) 2020-09-19 23:37:54 +02:00
aler9
33f703a1a3 temp 2020-09-19 17:13:45 +02:00
aler9
495a791b2d fix crash when closing 2020-09-19 13:51:55 +02:00
aler9
a8ec4a4cf6 move log handling into dedicated file 2020-09-19 00:19:55 +02:00
aler9
f5936d67ed drastically improve performance when publishing or proxying streams 2020-09-19 00:08:05 +02:00
aler9
bb66a03f3d improve performance when publishing to the server or receiving streams in proxy mode 2020-09-18 22:43:39 +02:00