NS_ERROR_DOM_MEDIA_FATAL_ERR when trying to play ClearKey EME DRM video on Apple Silicon
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
People
(Reporter: cpeterson, Unassigned, NeedInfo)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(1 file)
388.46 KB,
image/png
|
Details |
Steps to reproduce
- In Firefox on a Mac with Apple Silicon, load this ClearKey video player:
I don't have an Intel Mac, so I can't test whether this error affects all Macs or only Apple Silicon.
Expected result
The ClearKey video should play.
Actual result
The ClearKey video fails to play and the page shows an error message:
Shaka Error MEDIA.VIDEO_ERROR (3,,NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - mozilla::MediaResult mozilla::AppleVTDecoder::InitializeSession(): Couldn't create decompression session!)
I bisected this regression to 2020-12-01:
Unfortunately, I can't pinpoint the regressing changeset because no mozilla-central or autoland builds are archived for such old builds, but the regression range includes two suspicious changesets that might be the cause:
- bug 1678445: GMP crash on Apple Silicon
- bug 1679356: VP9 hardware decoder not available on Apple Silicon
Comment 1•2 years ago
|
||
(In reply to Chris Peterson [:cpeterson] from comment #0)
I don't have an Intel Mac, so I can't test whether this error affects all Macs or only Apple Silicon.
Works fine on Intel Mac.
Reporter | ||
Comment 2•2 years ago
|
||
It also works fine on Intel Windows.
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 4•2 years ago
|
||
I am on PTO. I'll take a look at this once I am back.
Description
•