mediamtx/internal/core
Alessandro Ros 986e270862
Some checks are pending
code_lint / golangci_lint (push) Waiting to run
code_lint / mod_tidy (push) Waiting to run
code_lint / api_docs (push) Waiting to run
code_test / test_64 (push) Waiting to run
code_test / test_32 (push) Waiting to run
code_test / test_highlevel (push) Waiting to run
count and log all discarded frames, decode errors, lost packets (#4363)
Discarded frames, decode errors and lost packets were logged
individually, then there was a mechanism that prevented more than 1 log
entry per second from being printed, resulting in inaccurate reports.

Now discarded frames, decode errors and lost packets are accurately
counted, and their count is printed once every second.
2025-03-25 21:59:58 +01:00
..
test_on_demand fix MTX_CONN_TYPE value with RTSP connections (#3967) (#4075) 2024-12-25 17:42:19 +01:00
versiongetter fix getting MediaMTX version with go-gin (#4367) 2025-03-25 21:41:38 +01:00
api_test.go bump mediacommon and gortsplib (#4364) 2025-03-24 17:25:18 +01:00
core.go allow to customize syslog prefix (#4356) 2025-03-24 15:54:33 +01:00
core_test.go allow to customize syslog prefix (#4356) 2025-03-24 15:54:33 +01:00
metrics_test.go bump mediacommon and gortsplib (#4364) 2025-03-24 17:25:18 +01:00
path.go count and log all discarded frames, decode errors, lost packets (#4363) 2025-03-25 21:59:58 +01:00
path_manager.go accept durations expressed as days (i.e. '1d') (#4094) 2025-01-02 12:44:15 +01:00
path_manager_test.go restore pprof service (#3848) (#3851) 2024-10-08 17:06:47 +02:00
path_test.go bump mediacommon and gortsplib (#4364) 2025-03-24 17:25:18 +01:00
source_redirect.go move static sources into dedicated package (#2616) 2023-10-31 14:19:04 +01:00
static_source_handler.go accept durations expressed as days (i.e. '1d') (#4094) 2025-01-02 12:44:15 +01:00