mediamtx/internal/protocols/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
..
enhanced_reader.go mpegts, srt: support MPEG-4 Audio LATM tracks (#4403) (#4759) 2025-07-21 10:02:40 +02:00
from_stream.go rewrite Unit definition (#5079) 2025-10-11 12:18:51 +02:00
from_stream_test.go do not include recorder and HLS muxer in sent bytes (#4380) (#5039) 2025-09-29 09:28:04 +02:00
to_stream.go estimate absolute timestamp more precisely (#5078) 2025-10-12 11:02:14 +02:00
to_stream_test.go switch to gortsplib/v5 (#4978) 2025-09-16 13:10:34 +02:00