dinhminhquoi / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Require Cues for audio only WebM files #332

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please can we require audio-only WebM files to contain Cues for the Vorbis 
track? It will speed up seeking over HTTP; we won't need to do either a linear 
scan or bisection search.

Games, music players, and other applications will surely want to seek in audio 
files. Including an index greatly simplifies and speeds up the implementation 
of seeking in client code.

I implemented seeking in Ogg files via bisection search, and I definitely don't 
want the problems inherent with that occurring with WebM.

Original issue reported on code.google.com by chris.ryan.pearce@gmail.com on 18 May 2011 at 11:06

GoogleCodeExporter commented 8 years ago

Original comment by iss...@webmproject.org on 18 May 2011 at 11:10

GoogleCodeExporter commented 8 years ago

Original comment by tomfine...@google.com on 19 May 2011 at 2:48

GoogleCodeExporter commented 8 years ago
Yes, we need to support seeking in audio-only files.

Original comment by matthewj...@google.com on 16 Feb 2012 at 10:40