Closed Bug 1111382 Opened 11 years ago Closed 11 years ago

MediaElementSourceNode stops audio from playing on Firefox when audio file is in remote origin

Categories

(Core :: Web Audio, defect)

32 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 937718

People

(Reporter: jeanmlescure, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36 Steps to reproduce: I have an <audio> element which loads songs from SoundCloud. When I do: context.createMediaElementSource(audio.element); it stops playing the audio and no error is logged in the console. If the <audio> element loads a song from the same domain, it works. To reproduce look at html on: http://www.jlescure.com/samples/firefox-bug.html Actual results: Audio file from remote domain does NOT play on Firefox when MediaElementSourceNode called for it's <audio> element. Audio file from same domain plays correctly on Firefox even if MediaElementSourceNode called for it's <audio> element. Expected results: Audio file from remote domain should have played or otherwise error should have been displayed in order to aid development. Audio file from same domain should still play.
This is fixed on Firefox Nightly.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
firefox 37.0.1 is out, i checked this (also been waiting for a fix) and still does not work. neither the example provided by Jean, nor does it work on my own site.
disregard previous comment, it works if crossorigin is properly set. <audio crossorigin="anonymous"> in html or audio.crossOrigin = 'anonymous'; in js. thanks
You need to log in before you can comment on or make changes to this bug.