Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRavindra <rpatagar@akamai.com>2018-03-05 12:37:26 +0300
committerKarthick Jeyapal <kjeyapal@akamai.com>2018-03-18 10:06:28 +0300
commit99230b7ef874129ffd3ccca0e799c66970258203 (patch)
tree0844441c9a328cbf127890009cfddab29302155e /doc/muxers.texi
parent86c7d8df95c15625ee582254e92f0d494e7d2d9f (diff)
libavformat/dashenc: Option to set timeout for socket I/O operation
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 3a63da7fe7..cb75c261c5 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -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}