[Bug 21276] Some instances of throwing append error should call endOfStream

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

Aaron Colwell <acolwell@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |acolwell@chromium.org

--- Comment #1 from Aaron Colwell <acolwell@chromium.org> ---
I'm fine with the first two changes since they basically trigger playback to
error out if the web application passes in invalid data.  

The third change that calls endOfStream("network") I'm not so sure about. I
would prefer it if the application was able to make this call instead because
it may not want to terminate playback if this occurs. I'm assuming this is the
case where the HTTP connection closes unexpectedly for some reason. If so then
I would prefer the application to be able to handle this without triggering
playback to halt because it may want to retry the request or may have alternate
backup URLs that it could try (ie different bitrates or alternate CDNs).

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

Received on Saturday, 16 March 2013 15:16:51 UTC