mediamtx/internal/protocols/rtmp
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
..
amf0 rtmp: support Extended Metadata Frames (#4006) (#4014) (#4018) 2024-12-04 23:29:16 +01:00
bytecounter move protocol-related code into internal/protocols (#2572) 2023-10-26 21:46:18 +02:00
chunk improve fuzz tests (#3596) 2024-08-01 17:01:56 +02:00
h264conf move protocol-related code into internal/protocols (#2572) 2023-10-26 21:46:18 +02:00
handshake improve fuzz tests (#3596) 2024-08-01 17:01:56 +02:00
message switch to mediacommon/v2 (#4259) 2025-02-17 14:54:58 +01:00
rawmessage improve fuzz tests (#3596) 2024-08-01 17:01:56 +02:00
conn.go update golangci-lint (#3300) 2024-04-28 18:20:08 +02:00
conn_test.go update golangci-lint (#3300) 2024-04-28 18:20:08 +02:00
from_stream.go bump mediacommon and gortsplib (#4364) 2025-03-24 17:25:18 +01:00
from_stream_test.go count and log all discarded frames, decode errors, lost packets (#4363) 2025-03-25 21:59:58 +01:00
rc4_readwriter.go move protocol-related code into internal/protocols (#2572) 2023-10-26 21:46:18 +02:00
reader.go switch to mediacommon/v2 (#4259) 2025-02-17 14:54:58 +01:00
reader_test.go switch to mediacommon/v2 (#4259) 2025-02-17 14:54:58 +01:00
to_stream.go rtmp: support additional Enhanced-RTMP features (#3685) (#4088) 2025-01-02 12:44:01 +01:00
to_stream_test.go warn users about skipped tracks when reading or publishing (#3753) 2024-09-15 19:28:05 +02:00
writer.go switch to mediacommon/v2 (#4259) 2025-02-17 14:54:58 +01:00
writer_test.go switch to mediacommon/v2 (#4259) 2025-02-17 14:54:58 +01:00