]> git.sesse.net Git - ffmpeg/commit
avformat/hlsenc: add support for microseconds since epoch based sequence number
authorMarton Balint <cus@passwd.hu>
Sat, 18 Apr 2020 20:15:39 +0000 (22:15 +0200)
committerMarton Balint <cus@passwd.hu>
Fri, 1 May 2020 15:22:58 +0000 (17:22 +0200)
commitd69576294939247d3a0c0904425c219047053421
tree1953eec2865a69f095b919b79406d6324b7b2c49
parent6847affcb775e89d9256b33c7dc8a7502d2bb428
avformat/hlsenc: add support for microseconds since epoch based sequence number

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 since epoch and not microseconds.

Signed-off-by: Marton Balint <cus@passwd.hu>
doc/muxers.texi
libavformat/hlsenc.c
libavformat/version.h