Closed
Bug 1317220
Opened 9 years ago
Closed 9 years ago
[EME] "waitingforkey" might fire earlier than MDSM starts buffering
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
DUPLICATE
of bug 1317201
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
http://searchfox.org/mozilla-central/rev/4b6cab91f93c73ae591dafaea40fd5704b41810e/dom/html/HTMLMediaElement.cpp#4757
For |nextFrameStatus==NEXT_FRAME_UNAVAILABLE && mWaitingForKey == WAITING_FOR_KEY|, "waitingforkey" will be fired even before MDSM starts buffering. This could happen when decoding is slow and nextFrameStatus reported by MDSM fluctuates between NEXT_FRAME_UNAVAILABLE and NEXT_FRAME_AVAILABLE.
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Comment 1•9 years ago
|
||
Bug 1317201 should fix this problem.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•