]> git.sesse.net Git - ffmpeg/commit
avformat/hlsenc: resend full url of the init fragment mp4
authorSteven Liu <lq@chinaffmpeg.org>
Mon, 4 May 2020 04:00:41 +0000 (12:00 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Wed, 6 May 2020 03:56:58 +0000 (11:56 +0800)
commit666dbe7aace54b103af09cd111a56822062528c1
treed49fb6528d51a6f878e035457084b3a248045674
parent7f0200d0d2639ed9cfd37934b29b43c3c3c4e674
avformat/hlsenc: resend full url of the init fragment mp4

fix ticket: 8651
because the init fragment mp4 file name is without base url name,
so just modify it use the full url which splice after init function.

Tested-by: matclayton
Signed-off-by: Steven Liu <liuqi05@kuaishou.com>
libavformat/hlsenc.c