Closed Bug 1269230 Opened 9 years ago Closed 7 years ago

WMF with D3D11 intermittently reporting that it can't play AAC

Categories

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

defect

Tracking

()

RESOLVED WORKSFORME
Tracking Status
firefox49 --- affected

People

(Reporter: jya, Assigned: cpearce)

References

Details

Seen in https://treeherder.mozilla.org/#/jobs?repo=try&revision=09bb6f56096ebecec4a93f9d2448531c350d61fe the intermittent failures, are due to errors like: JavaScript error: http://mochi.test:8888/tests/dom/media/mediasource/test/test_WaitingToEndedTransition_mp4.html, line 18: NotSupportedError: Operation is not supported JavaScript error: http://mochi.test:8888/tests/dom/media/mediasource/test/test_WaitingOnMissingData_mp4.html, line 18: NotSupportedError: Operation is not supported those are: var audiosb = ms.addSourceBuffer("audio/mp4"); addSourceBuffer("audio/mp4"); can only return false if the pref media.mediasource.mp4.enabled is false of if CanPlayType("audio/mp4") returned false which can only happen if WMFDecoderModule::SupportsMimeType returned false. Sometimes the error was, but with some weird line number: JavaScript error: , line 0: InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable line 0 ??
Wondering if this could have the same cause as surmised in bug 1268379 comment 2, (i.e., WMF capabilities check triggered by GMP load is now done very near startup, which somehow messes with things); doesn't seem likely, but I need straws to grasp! I'm exploring that path now, feel free to try other ideas.
Is it possible that we have some test machines running Windows N/KN?
Assignee: nobody → cpearce
James, Can you have a look?
Flags: needinfo?(jacheng)
ok, it seems this issue was one year ago. Let me try if I can reproduce it first.
Flags: needinfo?(jacheng)
I cannot reproduce this issue locally(run until fail + repeat 1000 times) and by try push(repeat 20 * 3pushes = 60 times). Perhaps it is fixed accidentally. we could consider to close this and reopen it once we got the same errors.
Please feel free to reopen it if this issue can still be reproduced. Thanks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.