facilitate streaming by moving the moov atom

This commit is contained in:
Niko Storni 2019-07-25 18:15:14 -04:00
parent 0aedf80386
commit d5ed4ce753

View file

@ -206,6 +206,8 @@ func (v *YoutubeVideo) download(useIPv6 bool) error {
"-o" + strings.TrimSuffix(v.getFullPath(), ".mp4"),
"--merge-output-format",
"mp4",
"--postprocessor-args",
"'-movflags faststart'",
"--abort-on-unavailable-fragment",
"--fragment-retries",
"0",