Apple doesn't have an official spec for LHLS. Meanwhile hls.js player folks are
trying to standardize a open LHLS spec. The draft spec is available in https://github.com/video-dev/hlsjs-rfcs/blob/lhls-spec/proposals/0001-lhls.md
This option will also try to comply with the above open spec, till Apple's spec officially supports it.
Applicable only when @var{streaming} and @var{hls_playlist} options are enabled.
pull/304/head^2
kjeyapal@akamai.com6 years agocommitted byKarthick J
{"mp4","make segment file in ISOBMFF format",0,AV_OPT_TYPE_CONST,{.i64=SEGMENT_TYPE_MP4},0,UINT_MAX,E,"segment_type"},
{"webm","make segment file in WebM format",0,AV_OPT_TYPE_CONST,{.i64=SEGMENT_TYPE_WEBM},0,UINT_MAX,E,"segment_type"},
{"ignore_io_errors","Ignore IO errors during open and write. Useful for long-duration runs with network output",OFFSET(ignore_io_errors),AV_OPT_TYPE_BOOL,{.i64=0},0,1,E},
{"lhls","Enable Low-latency HLS(Experimental). Adds #EXT-X-PREFETCH tag with current segment's URI",OFFSET(lhls),AV_OPT_TYPE_BOOL,{.i64=0},0,1,E},