On Thu, Oct 07, 2021 at 16:41:04 +0200, Arif Driessen wrote: > I've also tried: > > ffmpeg \ > -hide_banner \ > -analyzeduration 1 \ > -probesize 32 \ > -fflags -nobuffer \ I believe this explicitly disables the nobuffer option. Try -fflags +nobuffer Have you tried using this flag directly with ffplay? Moritz