]> git.sesse.net Git - ffmpeg/commit
avformat/dashenc: add an option to enable low latency Dash manifest
authorJames Almer <jamrial@gmail.com>
Fri, 4 Oct 2019 15:54:55 +0000 (12:54 -0300)
committerJames Almer <jamrial@gmail.com>
Thu, 16 Jan 2020 02:34:20 +0000 (23:34 -0300)
commit21847e2a52e0d5de6f0b7e0042eca3787210d690
treeb587e0601a37537907e383af6dc245c9c30185c7
parent7e5d143bb5ccf8e4c8b86b757a8fc0a0528e2c70
avformat/dashenc: add an option to enable low latency Dash manifest

In combination with the streaming option it constrains the value of a few elements,
to prevet clients from buffering too much data before starting presentation.

Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/dashenc.c