Add more channel layout to cubeb
Categories
(Core :: Audio/Video: cubeb, task, P3)
Tracking
()
People
(Reporter: chunmin, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Updated•9 years ago
|
Reporter | ||
Updated•9 years ago
|
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Updated•6 years ago
|
Reporter | ||
Comment 3•6 years ago
•
|
||
I think this should work now since we've updated the channel layout at some point in the past. We should close this if bug 1368938 is solved.
Comment 4•6 years ago
|
||
Hope this is the right place: I'm still seeing an audio codec failure on a Picarto.tv stream which caused it to repeatedly reload and restart. I was on Developer Edition 69.0b11.
NS_ERROR_DOM_MEDIA_FATAL_ERROR
Details: error creating Audio decoder.
VLC can decode the stream and reports that it is 'f32l' 44100 Hz 3F2M2R/LFE frame=1 samples/32 bytes. Presumably MPEG AAC 7.1 Audio (mp4a) with three front including one in the center and two side and two rear as well as the bass?
It seems like this should be CUBEB_LAYOUT_3F4_LFE but I don't know if it's being matched or appropriately. Maybe it needs
_3F2M2R_LFE => CUBEB_LAYOUT_3F4_LFE
as well as
_3F4_LFE => CUBEB_LAYOUT_3F4_LFE
I was using a Surface Pro (original) on Windows 10 1903 18362.267 to run this, in case it matters.
Also kinda annoying that it didn't just let me play the video without the audio, especially as I don't think they were actually playing anything.
Laurence, it may be useful to create a new bug to track that issue. If I recall correctly, 7+ channel audio on Windows can be difficult because we rely on Microsoft's decoders there for AAC, and they don't handle such audio.
Reporter | ||
Comment 6•4 years ago
|
||
We've supported any kind of channel layout of the speakers on macOS. The non-SMPTE layout on Windows will be solved in bug 1368938
Description
•