Bug 91649

Summary: MediaSource should support track selection
Product: WebKit Reporter: Anna Cavender <annacc>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: acolwell, eric.carlson, gyuyoung.kim, syoichi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 90819    

Anna Cavender
Reported 2012-07-18 12:31:09 PDT
The MediaSource spec has an activeSourceBuffers attribute that represents the buffers that provide the selected video track, the enabled audio tracks, and the "showing" or "hidden" text tracks. http://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#dom-activesourcebuffers The current implementation assumes that all added buffers are "active." Once we support track selection, activeSourceBuffers should only return buffers for the selected tracks.
Attachments
Eric Carlson
Comment 1 2014-02-07 17:00:16 PST
This is no longer valid, it was fixed some time ago.
Note You need to log in before you can comment on or make changes to this bug.