Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lbry
ytsync
Commits
d5ed4ce7
Commit
d5ed4ce7
authored
Jul 25, 2019
by
ci
Browse files
facilitate streaming by moving the moov atom
parent
0aedf803
Changes
1
Hide whitespace changes
Inline
Side-by-side
sources/youtubeVideo.go
View file @
d5ed4ce7
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment