[Bug 26316] [MSE] End of stream algorithm closes, re-opens MediaSource

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26316

--- Comment #5 from Matt Wolenetz <wolenetz@google.com> ---
Thank you for clarifying; I was confused by the "partially-appended
SourceBuffer" text in the original post.

Note that duration defaults to +Infinity in the initialization segment received
algorithm, if duration was previously NaN and is not present in the init
segment. This increases the potential for this bug to be hit due to
endOfStream()'s execution of the duration change algorithm resulting in
remove(new duration, +Infinity or some value > new duration).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 14 July 2014 23:32:15 UTC