Browse code

Document smoothstreaming muxer

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Andrey Utkin authored on 2014/05/09 05:50:35
Showing 1 changed files
... ...
@@ -953,6 +953,28 @@ ffmpeg -re -i in.mkv -codec copy -map 0 -f segment -segment_list playlist.m3u8 \
953 953
 @end example
954 954
 @end itemize
955 955
 
956
+@section smoothstreaming
957
+
958
+Smooth Streaming muxer generates a set of files (Manifest, chunks) suitable for serving with conventional web server.
959
+
960
+@table @option
961
+@item window_size
962
+Specify the number of fragments kept in the manifest. Default 0 (keep all).
963
+
964
+@item extra_window_size
965
+Specify the number of fragments kept outside of the manifest before removing from disk. Default 5.
966
+
967
+@item lookahead_count
968
+Specify the number of lookahead fragments. Default 2.
969
+
970
+@item min_frag_duration
971
+Specify the minimum fragment duration (in microseconds). Default 5000000.
972
+
973
+@item remove_at_exit
974
+Specify whether to remove all fragments when finished. Default 0 (do not remove).
975
+
976
+@end table
977
+
956 978
 @section tee
957 979
 
958 980
 The tee muxer can be used to write the same data to several files or any