mediamtx/internal/servers/webrtc
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
..
http_server.go rtsp: rewrite authentication around ServerConn.VerifyCredentials (#4267) 2025-02-18 17:54:13 +01:00
publish_index.html webrtc: fix setting video width, height and rate when publishing a camera with browser (#4167) (#4171) 2025-01-18 18:57:56 +01:00
publisher.js webrtc: fix detecting closure of some sessions (#4204) (#4212) 2025-02-01 13:43:57 +01:00
read_index.html webrtc: move JavaScript reader and publisher into portable classes (#3921) 2024-10-28 18:48:11 +01:00
reader.js webrtc: fix detecting closure of some sessions (#4204) (#4212) 2025-02-01 13:43:57 +01:00
server.go Configurable webrtcSTUNGatherTimeout (#4221) 2025-02-07 16:34:17 +01:00
server_test.go count and log all discarded frames, decode errors, lost packets (#4363) 2025-03-25 21:59:58 +01:00
session.go change error message when stream is not found (#4301) 2025-03-03 18:09:22 +01:00