Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any specific requirements to enable "fast-start" progressive download with webm and ogg codecs?

I know that with mp4, the moov atom must be placed at the beginning of the file to enable progressive downloading. That can be done by enabling "faststart" when creating the file.

I'm curious if there are any similar requirements when dealing with webm or ogg files, or are they "progressive download ready" by default?

like image 210
stefmikhail Avatar asked Apr 30 '12 22:04

stefmikhail


1 Answers

Due to the way they are constructed, WebM (Matroska) and Ogg files do not have any fast-start remuxing requirements to make them suitable for progressive downloading.

like image 186
Multimedia Mike Avatar answered Nov 10 '22 12:11

Multimedia Mike