NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) MediaDecoderStateMachine.cpp, line 3470
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
People
(Reporter: wonghow, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0
Steps to reproduce:
vaapi vdpau driver installed, verified by vainfo. Linux firefox 80 from commandline, open youtube video, ERROR dump from terminal
Actual results:
Whether VAAPI is on or off from about:config same situation happens, many lines of
[Child 31338, MediaDecoderStateMachine #1] WARNING: Decoder=7fdde51c3400 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<MediaSourceTrackDemuxer::SamplesPromise> mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-bB9ngj/firefox-80.0+linuxmint1+tricia/dom/media/MediaDecoderStateMachine.cpp, line 3470
Expected results:
No errors, vaapi should initialize with vdpau acceleration
Comment 1•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Updated•5 years ago
|
why is duplicate? I did not change any youtube resolution. I just start playing a video.
mine bug is MediaDecoderStateMachine.cpp, line 3470
the other one is MediaDecoderStateMachine.cpp, line 3337
Comment 5•5 years ago
|
||
That error can happen on every MSE video, which is about accessing detached manager.
Description
•