[FFmpeg-devel] [PATCH 2/2] avformat/dashenc: Added support for Low-latency HLS(LHLS)

Moritz Barsnick barsnick at gmx.net
Wed Dec 12 17:40:24 EET 2018


On Wed, Dec 12, 2018 at 12:48:21 +0530, Karthick J wrote:
> 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.

Doesn't this imply it should be guarded under "-strict experimental" /
FF_COMPLIANCE_EXPERIMENTAL? You will be creating streams which may
later not conform to the spec anymore (?).

Moritz


More information about the ffmpeg-devel mailing list