w3c / media-source

Media Source Extensions
https://w3c.github.io/media-source/
Other
268 stars 58 forks source link

Clarify that endOfStream() also should run at least the first (if not all) step of the Reset Parser State Algorithm #226

Open wolenetz opened 5 years ago

wolenetz commented 5 years ago

Example why such clarification would be useful: https://bugs.chromium.org/p/chromium/issues/detail?id=918829#c4

jyavenard commented 5 years ago

FWIW, this is not the reason on why FF drops the last webm frame (we only do so if the segment doesn't have an end time and so we can't calculate the duration of the last frame)

wolenetz commented 4 years ago

This looks to me like a spec bugfix in scope for V2.