[FFmpeg-user] Using FFMpeg to produce LL-HLS

Dennis Mungai dmngaie at gmail.com
Mon Feb 17 14:06:34 EET 2020


On Mon, 17 Feb 2020, 14:50 Simon Brown, <simon.k.brown at gmail.com> wrote:

> I'm trying to reduce the latency of streaming video to a web page.
> I have tried a few options:
> 1) WebRTC - great, but doesn't support interlaced video
> 2) fMP4 - couldn't get a working solution
> 3) HLS - great, plays interlaced video as well, but latency is appalling
> 4) LL-HLS - can't find anything that produces it.
>
> Does FFMpeg support generating LL-HLS?
>
> Regards,
> Simon
>

Yes, though at the moment you'll have to use the dash muxer.

See ffmpeg -h muxer=dash

For usage.

>


More information about the ffmpeg-user mailing list