> From: ffmpeg-devel <[email protected]> On Behalf Of > Hendrik Leppkes > Sent: Tuesday, March 10, 2020 19:34 > To: FFmpeg development discussions and patches <ffmpeg- > [email protected]> > Subject: Re: [FFmpeg-devel] [PATCH] pthread_frame: attempt to get frame > to reduce latency > > On Tue, Mar 10, 2020 at 10:37 AM Jianhui Dai <[email protected]> wrote: > > > > Avoid constant N frames latency in video streaming. > > > > Personally, I'm off the opinion that a predictable constant delay in > this case is better then a variable ever-changing delay. > Would it be better to make it optional for user instead of totally constant or variable, and won't break the default behavior.
(like "-flags low_delay" which add AV_CODEC_FLAG_LOW_DELAY for user context, and disables frame_threading_supported ) In this case, maybe a new flag (not sure whether identical flag has existed) which allows frame threading but with no constant N frame cached. Thanks, - Linjie _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
