VideoDecoder.isConfigSupported() incorrectly reports true
Categories
(Core :: Audio/Video: Web Codecs, defect)
Tracking
()
People
(Reporter: ossman, Unassigned, NeedInfo)
Details
Attachments
(1 file)
|
9.79 KB,
text/plain
|
Details |
Steps to reproduce:
- git clone https://github.com/novnc/noVNC.git
- cd noVNC
- npm install
- npm test
- firefox http://localhost:9876
Actual results:
Tests fail with "The given encoding is not supported.".
Expected results:
Tests should succeed, or be skipped.
| Reporter | ||
Comment 1•1 year ago
|
||
This issue only happens when I install Mozilla's build of Firefox on Ubuntu. It does not happen with Ubuntu's own snap packaging (though, see bug 1932391).
The odd thing is that about:support reports "Unsupported" for H264, but VideoDecoder.isConfigSupported() reports true.
| Reporter | ||
Comment 2•1 year ago
|
||
Bug 1918769 sounds like the same symptoms.
| Reporter | ||
Comment 3•1 year ago
|
||
| Reporter | ||
Comment 4•1 year ago
|
||
Debug log from a test run attached. Note that it says that all decoders reject the type video/avc, yet it still returns success back to the JavaScript code.
Updated•1 year ago
|
| Reporter | ||
Comment 5•1 year ago
|
||
Hmm... Something has changed here now. I'm now on Firefox 133 (some issue on nightly as well).
I'm now getting the same symptoms as bug 1932579. Only in "normal" mode, though. Headless still gives me bug 1932391.
Updated•1 year ago
|
Description
•