]> git.sesse.net Git - ffmpeg/commit
avformat/hlsenc: Extend persistent http connections to playlists
authorKarthick J <kjeyapal@akamai.com>
Fri, 15 Dec 2017 14:11:12 +0000 (22:11 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Fri, 15 Dec 2017 14:15:07 +0000 (22:15 +0800)
commitb2d27d912ba91450c410e4dcaa9ed28cb66ad9a8
treeb1dd19d797303360054f6ca53dc2b02830edb98b
parent6ae18228cd89b93bbdd2e42a8d181335d981051d
avformat/hlsenc: Extend persistent http connections to playlists

Before this patch persistent http connections would work only for media segments.
The playlists were still opening a new connection everytime.
This patch extends persistent http connections to playlists as well.

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
libavformat/hlsenc.c