]> git.sesse.net Git - ffmpeg/blobdiff - doc/muxers.texi
Merge commit '3d6e76b953afd36e23ef8532b81aea58a6338931'
[ffmpeg] / doc / muxers.texi
index c156ec0c87ba45ae393080e45f364fe8418db8b0..cb75c261c55829564a7c072a557413e4c59d087b 100644 (file)
@@ -264,6 +264,8 @@ of the adaptation sets and a,b,c,d and e are the indices of the mapped streams.
 To map all video (or audio) streams to an AdaptationSet, "v" (or "a") can be used as stream identifier instead of IDs.
 
 When no assignment is defined, this defaults to an AdaptationSet for each stream.
+@item -timeout @var{timeout}
+Set timeout for socket I/O operations. Applicable only for HTTP output.
 @end table
 
 @anchor{framecrc}
@@ -964,6 +966,9 @@ publishing it repeatedly every after 30 segments i.e. every after 60s.
 @item http_persistent
 Use persistent HTTP connections. Applicable only for HTTP output.
 
+@item timeout
+Set timeout for socket I/O operations. Applicable only for HTTP output.
+
 @end table
 
 @anchor{ico}