Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require Cues for audio only WebM files #332

Open
GoogleCodeExporter opened this issue Mar 31, 2015 · 3 comments
Open

Require Cues for audio only WebM files #332

GoogleCodeExporter opened this issue Mar 31, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

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 [email protected] on 18 May 2011 at 11:06

@GoogleCodeExporter
Copy link
Contributor Author

Original comment by [email protected] on 18 May 2011 at 11:10

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Original comment by [email protected] on 19 May 2011 at 2:48

  • Changed state: Accepted
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Yes, we need to support seeking in audio-only files.

Original comment by [email protected] on 16 Feb 2012 at 10:40

  • Changed state: Available
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant