Closed
Bug 1482605
Opened 7 years ago
Closed 7 years ago
Add preliminary support for Opus channel mapping version 2
Categories
(Core :: Audio/Video: Playback, enhancement)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: jya, Assigned: jya)
References
Details
Attachments
(1 file)
As per https://tools.ietf.org/html/draft-ietf-codec-ambisonics-08
"From a technical perspective, the only change required here is that the media parser should not fail when seeing channel mapping = 2, which I think is what's currently breaking media playback for these formats. (To reproduce, open youtu.be/WqCH4DNQBUA in FF with Chrome's useragent override, otherwise we serve AAC to FF)
"
so this change is to only allow decoding those streams without producing errors. Channels order would be left unchanged.
| Assignee | ||
Comment 1•7 years ago
|
||
We do not perform any channels placement, instead we leave the channels in the order they come in.
Comment 2•7 years ago
|
||
Comment on attachment 8999392 [details]
Bug 1482605 - Don't error on Opus channel mapping version 2. r?padenot
Paul Adenot (:padenot) has approved the revision.
Attachment #8999392 -
Flags: review+
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jyavenard
Pushed by jyavenard@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0dcc490db922
Don't error on Opus channel mapping version 2. r=padenot
Comment 4•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•