On Mon, 17 Feb 2020, 14:50 Simon Brown, <[email protected]> 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. > _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
