Use consistent movflags syntax for progressive MP4 downloads
- Change 'faststart' to '+faststart' for consistency with other movflags - Ensures moov atom is at the start of file for better seeking
This commit is contained in:
@@ -7494,7 +7494,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
else
|
||||
{
|
||||
// Progressive download - use faststart for proper seeking and duration
|
||||
format = " -f mp4 -movflags faststart";
|
||||
format = " -f mp4 -movflags +faststart";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user