Gesendet: Dienstag, 23. August 2022 um 05:19 Uhr
Von: "Steven Liu"
An: "FFmpeg development discussions and patches"
Betreff: Re: [FFmpeg-devel] [PATCH v2] lavf/dashdec: Multithreaded DASH
initialization
Lukas Fellechner 于2022年8月22日周一 03:27写道:
>
> I look
Lukas Fellechner 于2022年8月22日周一 03:27写道:
>
> Initializing DASH streams is currently slow, because each individual stream
> is opened and probed sequentially. With DASH streams often having somewhere
> between 10-20 streams, this can easily take up to half a minute. This patch
> adds an "init-thr
Initializing DASH streams is currently slow, because each individual stream is
opened and probed sequentially. With DASH streams often having somewhere
between 10-20 streams, this can easily take up to half a minute. This patch
adds an "init-threads" option, specifying the max number of threads