FS#77781 - [firefox-developer-edition] ffmpeg 6.0 dependency breaks video decoding

Attached to Project: Community Packages
Opened by Avery (nullableVoidPtr) - Wednesday, 08 March 2023, 14:22 GMT
Last edited by Andrew Crerar (andrewSC) - Thursday, 09 March 2023, 18:02 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Andrew Crerar (andrewSC)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Certain video streams, such as from Twitter, or YouTube, require a decoder for the MIME types video/avc and audio/mp4a-latm, which appears to fail on Firefox 111 when ffmpeg 6.0 (testing) is installed. A temporary workaround I identified appears to be installing the legacy ffmpeg4.4 package. This appears to be resolved on FF 112, which is not merged into the developer edition of the browser.

[Child 9575, MediaDecoderStateMachine #1] WARNING: Decoder=7fc54fb3ad00 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - Error no decoder found for audio/mp4a-latm: file /build/firefox-developer-edition/src/firefox-111.0/dom/media/MediaDecoderStateMachineBase.cpp:164
[Child 9575, MediaDecoderStateMachine #1] WARNING: Decoder=7fc54fb3ad00 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - Error no decoder found for video/avc: file /build/firefox-developer-edition/src/firefox-111.0/dom/media/MediaDecoderStateMachineBase.cpp:164

Additional info:
* firefox-developer-edition 111.0b8-1 and ffmpeg 2:6.0-2
* https://bugzilla.mozilla.org/show_bug.cgi?id=1819374
This task depends upon

Closed by  Andrew Crerar (andrewSC)
Thursday, 09 March 2023, 18:02 GMT
Reason for closing:  Fixed
Additional comments about closing:  firefox-developer-edition 111.0b8-2 (in [community-testing])
Comment by Toolybird (Toolybird) - Wednesday, 08 March 2023, 21:17 GMT
Related  FS#77751 

Loading...