7 #include "packager/app/manifest_flags.h"
9 DEFINE_double(time_shift_buffer_depth,
11 "Guaranteed duration of the time shifting buffer for HLS LIVE "
12 "playlists and DASH dynamic media presentations, in seconds.");
14 preserved_segments_outside_live_window,
16 "Segments outside the live window (defined by '--time_shift_buffer_depth') "
17 "are automatically removed except for the most recent X segments defined "
18 "by this parameter. This is needed to accommodate latencies in various "
19 "stages of content serving pipeline, so that the segments stay accessible "
20 "as they may still be accessed by the player."
21 "The segments are not removed if the value is zero.");
22 DEFINE_string(default_language,
24 "For DASH, any audio/text tracks tagged with this language will "
25 "have <Role ... value=\"main\" /> in the manifest; For HLS, the "
26 "first audio/text rendition in a group tagged with this language "
27 "will have 'DEFAULT' attribute set to 'YES'. This allows the "
28 "player to choose the correct default language for the content."
29 "This applies to both audio and text tracks. The default "
30 "language for text tracks can be overriden by "
31 "'--default_text_language'.");
32 DEFINE_string(default_text_language,
34 "Same as above, but this applies to text tracks only, and "
35 "overrides the default language for text tracks.");