Closed
Bug 1515220
Opened 6 years ago
Closed 6 years ago
an audio element connected via web audio to speakers crashes when the currentTime property is changed
Categories
(Core :: Audio/Video: cubeb, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1512958
People
(Reporter: rjc, Unassigned)
Details
Attachments
(1 file)
No description provided.
Reporter | ||
Comment 1•6 years ago
|
||
Reporter | ||
Updated•6 years ago
|
Attachment #9032311 -
Attachment description: - open the file in firefox; → open attachment in firefox; enter media url; click play button (be sure length of media is at least 5 seconds, preferrably longer). media begins player, and after 1 second, a seek is initiated to currentTime=5 (5 seconds from start of media). seek complet…
Comment 2•6 years ago
|
||
I cannot reproduce this in 64, 65 or 66 with the provided sample hosted locally, and https://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4 as the media file.
Can you provide a complete sample that reproduces this? (including the media file you're using, as it may depend on that too)
Flags: needinfo?(rjc)
Comment 3•6 years ago
|
||
Also, do you have a link to one of these crashes? (find them on the about:crashes page)
Reporter | ||
Comment 4•6 years ago
|
||
(In reply to Andreas Pehrson [:pehrsons] from comment #3)
> Also, do you have a link to one of these crashes? (find them on the
> about:crashes page)
The browser does not crash, so no crashes on about:crashes page.
Try this test:
http://www.mit.edu/~rjc/dev/media-seek.html
It is primarily the same file accept I'm now using video element rather than audio.
Results are slightly different:
- accept the default filename (it lives in same directory on server as the .html)
- play the media by clicking the play button
after one second timeout I seek to the 1 second mark of media by setting video.currentTime=1.0;
- seek completes, media begins playing, then stops
if audio element used, pressing the play button again does not restart
when video element used, pressing play again does restart, and stops again after seek
Flags: needinfo?(rjc)
Comment 5•6 years ago
|
||
Thanks for the update. This sounds a lot like bug 1512958. I'll dupe to that for now. If you test with the fix for that bug and can still reproduce, please reopen.
To test that bug's fix, grab a build for your platform on https://treeherder.mozilla.org/#/jobs?repo=try&revision=446a19005dc615351231f595b3e8ad946e0ef246
You find the build among the build job's (the green "B"s) artifacts (Job details tab, once you click a "B"). For the Windows 2012 x64 opt build, this should work: https://queue.taskcluster.net/v1/task/BAZx5IomTTOvZ0Ushxm1IQ/runs/0/artifacts/public/build/target.zip
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•