Closed Bug 1271712 Opened 9 years ago Closed 9 years ago

Amazon DrmError: QuotaExceededError: MediaKeys object is already bound to another HTMLMediaElement

Categories

(Core :: Audio/Video: Playback, defect, P2)

defect

Tracking

()

RESOLVED FIXED
Tracking Status
firefox46 --- unaffected
firefox47 --- fixed
firefox48 --- fixed
firefox49 --- fixed

People

(Reporter: cpeterson, Unassigned)

References

Details

This looks like a bug in the Amazon player. Amazon reports the following error: DrmError - Failed to set MediaKeys to videoElement. caused by: QuotaExceededError: MediaKeys object is already bound to another HTMLMediaElement cpearce says: This happens when you call HTMLMediaElement.setMediaKeys(mediaKeys) with a MediaKeys object that has already been set on a different media element. We don't support MediaKeys objects being reused with multiple HTMLMediaElements.
While Amazon could work around this error in their video player, but we should try to make Firefox compatible with Chrome. Other streaming services may have this same usage pattern.
cpearce can't reproduce locally. Amazon is going to work around this error in their player. We can close this bug once Amazon reports that they no longer see this error. If another streaming service hits this error with their player, we can revisit this bug.
Mairo at Amazon reports: the change to stop clearing and re-setting MediaKeys on the video element went live yesterday and seems to have fixed the QuotaExceeded error.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.