]> git.sesse.net Git - ffmpeg/commit
avformat/dashenc: Signal http end of chunk(http_shutdown) explicitly
authorKarthick Jeyapal <kjeyapal@akamai.com>
Tue, 2 Jan 2018 08:19:57 +0000 (13:49 +0530)
committerKarthick Jeyapal <kjeyapal@akamai.com>
Fri, 26 Jan 2018 01:56:09 +0000 (07:26 +0530)
commit18e2ac032e9d7258e57ec033962fca665f2a0be5
tree472b157e6f674bdd194fef3c43ed79d89c17c59d
parent0df9d0f4cbcb18006f9fde0502671f9ef293e2f2
avformat/dashenc: Signal http end of chunk(http_shutdown) explicitly

Currently http end of chunk is signalled implicitly in dashenc_io_open().
This mean playlists http writes would have to wait upto a segment duration to signal end of chunk causing delays.
This patch will fix that problem and improve performance.
libavformat/dashenc.c