Closed
Bug 1342447
Opened 8 years ago
Closed 8 years ago
Web Audio Api MediaElementSource do not play the second time.
Categories
(Core :: Web Audio, defect, P4)
Tracking
()
RESOLVED
DUPLICATE
of bug 1337653
People
(Reporter: cecchi_gl, Unassigned)
References
()
Details
(Whiteboard: web audio api)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:51.0) Gecko/20100101 Firefox/51.0
Build ID: 20170125094131
Steps to reproduce:
1)create web audio api with MediaElementSource.
2)Play a song with .play()
3)stop the song with .pause();
4)reload the song with .load();
5)play again the song with .play();
https://jsfiddle.net/0gw86dzn/
Bug probably not present in FF 45 (not sure)
Actual results:
the second play doesn't make the song to play. The current time increase but the song is not reproduced
Expected results:
the song should be reproduced.
Severity: normal → critical
OS: Unspecified → Mac OS X
Priority: -- → P4
Hardware: Unspecified → x86_64
Whiteboard: web audio api
Comment 1•8 years ago
|
||
Thanks for the testcase. This is fixed in 52.0b4.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•