[media-source] duration assignment to the MediaSource is unclear (#230)

estobbart has just created a new issue for https://github.com/w3c/media-source:

== duration assignment to the MediaSource is unclear ==
@wolenetz It appears in Chrome when assigning duration to MediaSource that the buffer's `updating` is set to true without actually dispatching `updatestart` or the corresponding `updateend`. It makes sense that it would be updating, because the buffer may need to change it's range due to the newly assigned duration. But it's not well documented here, and the lack of events make it hard to track.

Please view or discuss this issue at https://github.com/w3c/media-source/issues/230 using your GitHub account

Received on Tuesday, 26 February 2019 03:35:29 UTC