Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: add support for microseconds since epoch based sequence number

2020-05-01 Thread Marton Balint
On Thu, 30 Apr 2020, Steven Liu wrote: 2020年4月30日 上午12:29,Marton Balint 写道: On Sat, 18 Apr 2020, Marton Balint wrote: Sequence numbers of segments should be unique, if an encoder is using shorter than 1 second segments and it is restarted, then future segments will be using already

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: add support for microseconds since epoch based sequence number

2020-04-29 Thread Steven Liu
> 2020年4月30日 上午12:29,Marton Balint 写道: > > > > On Sat, 18 Apr 2020, Marton Balint wrote: > >> Sequence numbers of segments should be unique, if an encoder is using shorter >> than 1 second segments and it is restarted, then future segments will be >> using >> already used sequence numbers

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: add support for microseconds since epoch based sequence number

2020-04-29 Thread Marton Balint
On Sat, 18 Apr 2020, Marton Balint wrote: Sequence numbers of segments should be unique, if an encoder is using shorter than 1 second segments and it is restarted, then future segments will be using already used sequence numbers if initial sequence number is based on the number of seconds