From e0ad33320ebf9c01a3ccd7b9f84ec356f5050182 Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Sun, 11 May 2025 11:20:03 +0200 Subject: [PATCH] update docs (#4520) --- mediamtx.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mediamtx.yml b/mediamtx.yml index c05b4d10..b46b11ec 100644 --- a/mediamtx.yml +++ b/mediamtx.yml @@ -463,8 +463,7 @@ pathDefaults: # If the stream is not available, redirect readers to this path. # It can be can be a relative path (i.e. /otherstream) or an absolute RTSP URL. fallback: - # Use original absolute timestamps of RTSP and WebRTC frames. - # In RTSP and WebRTC, absolute timestamps are transported through RTCP reports. + # Route original absolute timestamps of RTSP and WebRTC frames, instead of replacing them. useAbsoluteTimestamp: false ###############################################