Open
Bug 1935599
Opened 2 months ago
Updated 2 months ago
Infinite redirect and broken playback on air mozilla
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
NEW
People
(Reporter: freddy, Unassigned)
References
Details
I am getting an infinite refresh/redirect loop on AirMozilla/Panopto when viewing a video.
I am not using any of the resistfingerprinting modes, but I did have fingerprintingProtection set to enabled.
Here are the full logs:
MediaError { code: 3, message: "void mozilla::AppleVTDecoder::OnDecodeError(OSStatus): OnDecodeError:ffffcd93" }
core.umd.js:1:61893
This error message will be blank when privacy.resistFingerprinting = true. If it is really necessary, please add it to the whitelist in MediaError::GetMessage: void mozilla::AppleVTDecoder::OnDecodeError(OSStatus): OnDecodeError:ffffcd93 core.umd.js:1:61893
[log] > [transmuxer.ts]: Flushed fragment 74 of level 0 25ae59fe-6c2b-4230-bcf9-5df70512406a:1:37290
[hls.js] [692d945a-7b15-4602-8a8a-38d688625bbc] > [buffer-operation-queue]: Unhandled exception executing the current operation core.umd.js:1:61938
[hls.js] [692d945a-7b15-4602-8a8a-38d688625bbc] > [buffer-controller]: Error encountered while trying to append to the audiovideo SourceBuffer InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable core.umd.js:1:61893
[HlsJsErrorController] [692d945a-7b15-4602-8a8a-38d688625bbc] > handleError
Object { type: "mediaError", parent: "main", details: "bufferAppendError", err: DOMException, fatal: false }
![]() |
||
Comment 1•2 months ago
|
||
I don't think this is media, sounds like a site issue.
Comment 2•2 months ago
|
||
The initial decode error may be related to https://bugzilla.mozilla.org/show_bug.cgi?id=1755936#c8
InvalidStateError is expected on SourceBuffer append when the video element has an error.
But yes, the infinite refresh/redirect sounds like a site issue.
Severity: -- → S3
See Also: → 1755936
You need to log in
before you can comment on or make changes to this bug.
Description
•