Re: [FFmpeg-devel] [PATCH v2] avformat/hlsenc: fix hls_time not respected

2025-01-28 Thread Ingo Oppermann
> On 28 Jan 2025, at 15:10, Michael Niedermayer wrote: > > On Mon, Jan 27, 2025 at 10:09:30AM +0100, Ingo Oppermann wrote: >> This fixes the criterion when to split the segments based on the >> elapsed time for the current segment instead of using the theoretical >> elapsed time since start bas

Re: [FFmpeg-devel] [PATCH v2] avformat/hlsenc: fix hls_time not respected

2025-01-28 Thread Michael Niedermayer
On Mon, Jan 27, 2025 at 10:09:30AM +0100, Ingo Oppermann wrote: > This fixes the criterion when to split the segments based on the > elapsed time for the current segment instead of using the theoretical > elapsed time since start based on hls_time and the number of written > segments. > > hls_time

[FFmpeg-devel] [PATCH v2] avformat/hlsenc: fix hls_time not respected

2025-01-27 Thread Ingo Oppermann
This fixes the criterion when to split the segments based on the elapsed time for the current segment instead of using the theoretical elapsed time since start based on hls_time and the number of written segments. hls_time is used to define the minimum length of a segment, however this is not resp