Bug 91649 - MediaSource should support track selection
Summary: MediaSource should support track selection
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 90819
  Show dependency treegraph
 
Reported: 2012-07-18 12:31 PDT by Anna Cavender
Modified: 2014-02-07 17:00 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anna Cavender 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.
Comment 1 Eric Carlson 2014-02-07 17:00:16 PST
This is no longer valid, it was fixed some time ago.