]> git.sesse.net Git - ffmpeg/commit
avformat/hlsenc: Call avio_flush during persistent http connections
authorKarthick J <kjeyapal@akamai.com>
Fri, 15 Dec 2017 13:24:08 +0000 (21:24 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Fri, 15 Dec 2017 14:14:43 +0000 (22:14 +0800)
commitdeceb7d9aeb7d00bc0078638925a38614c3f607b
tree56d08070f5486721d50aab4b904aa39af4cc429a
parent3c6dc270355f27645cf931fae1ed2dc1405507f8
avformat/hlsenc: Call avio_flush during persistent http connections

Since close is not called, during http persistent connection,
flush needs to be called so that output is written on time.

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