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

[WebM] audio blocks before the first video block may not be emitted #71

Closed
kqyang opened this issue Jan 21, 2016 · 0 comments
Closed

[WebM] audio blocks before the first video block may not be emitted #71

kqyang opened this issue Jan 21, 2016 · 0 comments
Labels
status: archived Archived and locked; will not be updated type: bug Something isn't working correctly

Comments

@kqyang
Copy link
Collaborator

kqyang commented Jan 21, 2016

If in the source content, there are audio blocks before the first video block, these audio blocks could be lost. This is because the streams are only initialized after analyzing a video block in the WebM parser; the audio blocks emitted before the streams initialized are lost.

Need to come up with a way to store these samples before stream initialization.

@kqyang kqyang added the type: bug Something isn't working correctly label Jan 21, 2016
@kqyang kqyang closed this as completed in 2c3aed4 Jan 23, 2016
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Apr 19, 2018
@shaka-project shaka-project locked and limited conversation to collaborators Apr 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

2 participants