Open
Bug 1169102
Opened 10 years ago
Updated 2 years ago
Add support for AudioTrackList and VideoTrackList to SourceBuffer object
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox41 | --- | affected |
People
(Reporter: jya, Unassigned)
References
(Blocks 1 open bug)
Details
As per W3C spec:
http://w3c.github.io/media-source/index.html#idl-def-SourceBuffer
a sourcebuffer has an AudioTrackList and VideoTrackList attribute.
http://www.w3.org/TR/html5/embedded-content-0.html#audiotracklist
We do not support those currently.
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
Is this blocking/blocked by https://bugzilla.mozilla.org/show_bug.cgi?id=1057233 ?
You need to log in
before you can comment on or make changes to this bug.
Description
•