mediamtx/internal
Alessandro Ros 0d46cf3f74
Some checks failed
code_lint / golangci_lint (push) Has been cancelled
code_lint / mod_tidy (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_highlevel (push) Has been cancelled
rename stream decode errors into processing errors (#4370)
Stream errors include both errors from decoding RTP packets into
frames, and errors from encoding frames into RTP packets. "processing
errors" is more fit.
2025-03-26 15:14:08 +01:00
..
api rtsp: rewrite authentication around ServerConn.VerifyCredentials (#4267) 2025-02-18 17:54:13 +01:00
auth rtsp: rewrite authentication around ServerConn.VerifyCredentials (#4267) 2025-02-18 17:54:13 +01:00
certloader replace New* with Initialize() (#4345) 2025-03-16 15:34:53 +01:00
conf allow to customize syslog prefix (#4356) 2025-03-24 15:54:33 +01:00
confwatcher replace New* with Initialize() (#4345) 2025-03-16 15:34:53 +01:00
core count and log all discarded frames, decode errors, lost packets (#4363) 2025-03-25 21:59:58 +01:00
counterdumper count and log all discarded frames, decode errors, lost packets (#4363) 2025-03-25 21:59:58 +01:00
defs change error message when stream is not found (#4301) 2025-03-03 18:09:22 +01:00
externalcmd replace New* with Initialize() (#4345) 2025-03-16 15:34:53 +01:00
formatprocessor bump mediacommon and gortsplib (#4364) 2025-03-24 17:25:18 +01:00
hooks move hooks into dedicated package (#2746) 2023-11-26 22:06:07 +01:00
logger count and log all discarded frames, decode errors, lost packets (#4363) 2025-03-25 21:59:58 +01:00
metrics rtsp: rewrite authentication around ServerConn.VerifyCredentials (#4267) 2025-02-18 17:54:13 +01:00
playback rtsp: rewrite authentication around ServerConn.VerifyCredentials (#4267) 2025-02-18 17:54:13 +01:00
pprof rtsp: rewrite authentication around ServerConn.VerifyCredentials (#4267) 2025-02-18 17:54:13 +01:00
protocols count and log all discarded frames, decode errors, lost packets (#4363) 2025-03-25 21:59:58 +01:00
recordcleaner do not allocate recordcleaner.Cleaner when not needed (#4232) 2025-02-07 17:11:20 +01:00
recorder count and log all discarded frames, decode errors, lost packets (#4363) 2025-03-25 21:59:58 +01:00
recordstore api: fix crash in /recordings/list (#4040) (#4291) 2025-02-28 19:04:05 +01:00
restrictnetwork move static sources into dedicated package (#2616) 2023-10-31 14:19:04 +01:00
rlimit remove deprecated build flags syntax (#3930) 2024-11-06 15:07:33 +01:00
servers add missing Start() call; fix wrong sprintf (#4369) 2025-03-26 12:47:09 +01:00
staticsources add missing Start() call; fix wrong sprintf (#4369) 2025-03-26 12:47:09 +01:00
stream rename stream decode errors into processing errors (#4370) 2025-03-26 15:14:08 +01:00
test count and log all discarded frames, decode errors, lost packets (#4363) 2025-03-25 21:59:58 +01:00
testapidocs warn users when non-existent fields are used in conf (#4261) 2025-02-18 15:23:44 +01:00
testhighlevel rtsp: rename encryption, protocols, serverKey, serverCert into rtspEncryption, rtspProtocols, rtspServerKey, rtspServerCert (#4078) 2024-12-25 18:26:14 +01:00
unit route original timestamps without converting to durations (#3839) 2024-10-07 17:59:32 +02:00