> From: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> On Behalf Of
> Hendrik Leppkes
> Sent: Tuesday, March 10, 2020 19:34
> To: FFmpeg development discussions and patches <ffmpeg-
> de...@ffmpeg.org>
> 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 <jianhui.j....@intel.com> 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
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to