Commit 3c2717e4 authored by Anton Schubert's avatar Anton Schubert Committed by Martin Storsjö

dashenc: increase buffer time hint in the manifest

to avoid rebuffering on the clientside for difficult network conditions.
Signed-off-by: 's avatarAnton Schubert <ischluff@mailbox.org>
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 95f1004b
......@@ -481,7 +481,7 @@ static int write_manifest(AVFormatContext *s, int final)
}
}
avio_printf(out, "\tminBufferTime=\"");
write_time(out, c->last_duration);
write_time(out, c->last_duration * 2);
avio_printf(out, "\">\n");
avio_printf(out, "\t<ProgramInformation>\n");
if (title) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment