mediamtx/internal/staticsources/mpegts
Alessandro Ros 0cdae40fe3
estimate absolute timestamp more precisely (#5078)
When the absolute timestamp of incoming frames was not available, it
was filled with the current timestamp, which is influenced by latency
over time.

This mechanism is replaced by an algorithm that detects when latency is
the lowest, stores the current timestamp and uses it as reference
throughout the rest of the stream.
2025-10-12 11:02:14 +02:00
..
source.go estimate absolute timestamp more precisely (#5078) 2025-10-12 11:02:14 +02:00
source_test.go fix memory leak when reloading the configuration (#4855) 2025-08-11 17:50:40 +02:00