diff options
author | Martin Storsjö <martin@martin.st> | 2012-03-19 20:40:23 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-03-20 10:53:49 +0200 |
commit | ccfa8aa26f666372f47d69bc49e420a9b4239626 (patch) | |
tree | 1f702d979a3f394d628e66735a97cf6b77f2524a /doc/protocols.texi | |
parent | 4fa57d524f16524e9735f99b387167149dbf5a7b (diff) | |
download | ffmpeg-ccfa8aa26f666372f47d69bc49e420a9b4239626.tar.gz |
rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxers
This enables reordering of UDP packets by default, unless the caller
explicitly sets -max_delay 0.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 0eb4c69b49..b08233ec80 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -288,9 +288,9 @@ Accept packets only from negotiated peer address and port. @end table When receiving data over UDP, the demuxer tries to reorder received packets -(since they may arrive out of order, or packets may get lost totally). In -order for this to be enabled, a maximum delay must be specified in the -@code{max_delay} field of AVFormatContext. +(since they may arrive out of order, or packets may get lost totally). This +can be disabled by setting the maximum demuxing delay to zero (via +the @code{max_delay} field of AVFormatContext). When watching multi-bitrate Real-RTSP streams with @file{avplay}, the streams to display can be chosen with @code{-vst} @var{n} and |