You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the change, we reuse MediaSource's MP4 parsing code to avoid
parsing everything twice.
It will also help with the implementation of
#7556 in the future.
Have you read the FAQ and checked for duplicate open issues?
No
Is your feature request related to a problem? Please describe.
ID3, emsg, and metadata events are fired as soon as the metadata is parsed. This can confuse ad SDKs and others interfacing to them.
Describe the solution you'd like
These events should be fired when we reach appropriate times in the presentation.
This could leverage TimelineRegion so that metadata events with a range of applicable times fire appropriately even when seeking.
Describe alternatives you've considered
Making everyone else cope with it so I can be lazy
Additional context
Internal discussion within Google at b/365662199
Are you planning send a PR to add it?
Yes, though the work hasn't been scheduled yet
The text was updated successfully, but these errors were encountered: