- From: <bugzilla@jessica.w3.org>
- Date: Mon, 22 Jul 2013 21:48:42 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22137 --- Comment #10 from Aaron Colwell <acolwell@google.com> --- (In reply to comment #9) > (In reply to comment #8) > > [...] As far as I can tell your use case could be > > easily handled with 3 SourceBuffers and a mechanism to specify what points in > > the presemtation timeline track switches should occur. > > i agree, except for two things: 1) earlier conversations on the list and > calls indicated that browsers are unlikely to support more than two > SourceBuffers per media element; This will likely be true for initial MSE implementations, but as time goes on it is likely that more SourceBuffers will be supported as these implementations mature. I think this is a quality of implementation issue. 2) there needs to be some way to disable a > SourceBuffer at append time so that not appending data to it won't cause a > stall. Just disable/unselect the tracks that are provided by that SourceBuffer. That should cause the SourceBuffer to be removed from activeSourceBuffers which in turn should prevent it from causing playback to stall. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 22 July 2013 21:48:44 UTC