On 1/13/16, Greger Burman <[email protected]> wrote: > Ok, so the ffmpeg based player is buffering frames somewhere even though > I'm telling it not to. This happens with h264 video but not with mjpeg. > That suggests to me that the latency is caused by either the h264 decoder > or the mpegts demuxer. I have also tried m4v instead of mpegts, with about > the same result. > > Anyone who knows enough about the h264 decoding process to confirm/deny? > Is there a way to affect this behaviour without diving deep into the code?
I don't know much about the h264 decoder. If you put I-frames in more often it might help. I've heard rumors of this flag -fflags nobuffer but really no little of any internal workings. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
