Commit Graph

19 Commits

Author SHA1 Message Date
aler9 3496282ba7 fix crash that happens when using an invalid log file (#706) 2021-11-26 14:46:16 +01:00
aler9 21e0052bc4 close all connections gracefully when shutting down the server (#682) 2021-11-10 19:04:07 +01:00
aler9 afabd331d9 metrics: add hls_muxers metric 2021-11-05 17:29:13 +01:00
aler9 79e73c5cb4 api: add /v1/hlsmuxers/list endpoint 2021-11-05 17:15:46 +01:00
aler9 af63360079 remove count of readers and publishers from log lines 2021-10-28 17:33:43 +02:00
aler9 ab70f946b0 unexport members of private structs 2021-10-27 21:01:00 +02:00
aler9 75d4f1437d add "error" log level 2021-10-27 19:54:36 +02:00
aler9 509bed355a update gortsplib 2021-10-22 18:41:10 +02:00
aler9 f32d69a93d fix race condition 2021-10-17 17:16:57 +02:00
aler9 6921a402d1 decode the configuration when decoding JSON 2021-09-27 16:40:49 +02:00
aler9 9398cea0c2 update golangci-lint 2021-09-09 23:05:54 +02:00
aler9 ddcd0c34cf api: fix concurrency issue when creating multiple path configs at once (#542) 2021-09-06 18:39:15 +02:00
aler9 f1a812ba5d rewrite metrics system to provide more data (#492) 2021-08-12 11:49:21 +02:00
aler9 ed375583d0 Implement an HTTP API to query and control the server 2021-08-07 19:20:39 +02:00
aler9 f0a283d141 reload only rtsp server when authMethods is changed 2021-08-01 16:56:53 +02:00
aler9 9819ae43e8 cleanup 2021-07-31 17:45:15 +02:00
aler9 82e65230fd speed up hls remuxing by linking together pathManager and hlsServer 2021-07-30 14:49:09 +02:00
aler9 1146d5cf1b hls: new option hlsAlwaysRemux to always remux streams into HLS, not only when requested 2021-07-29 16:56:40 +02:00
aler9 9062dbf883 move most components into internal/core
in this way coverage can be computed correctly.
2021-07-24 16:09:52 +02:00