In my HTML5 test file, I can play and re-play an mp3 sound file just fine if:
- My files are hosted locally, OR
- They are hosted on a traditional web host (see http://sgdk2.enigmadream.com/ben/iotaBuildIt/sound.html) OR
- I play it from Internet Explorer
I can play the sound the first time, but cannot play it a second time if:
- The files are hosted in a Mercurial repository AND
- I am using Chrome to access the file
(I don't have the problem when using IE to access the Mercurial-hosted files.)
Under these conditions, I can't RE-play the file either when:
- Accessing it via an HTML page (http://hg.code.sf.net/u/bluemonkmn/myiota/raw-file/97ac02a717fe/HTML/sound.html) a. I can't make script replay it AND b. I can't use the audio control UI to replay it. NOR
- Directly accessing the file (http://hg.code.sf.net/u/bluemonkmn/myiota/raw-file/97ac02a717fe/HTML/bing.mp3)
Can someone explain or help me fix it so Chrome can re-play the audio files hosted in Mercurial as IE does? Also, I have not tested FireFox, and would be interested to hear how it works there.
I have reported Chromium bug #129165 with the suspicion that this is a bug since it apparently works under works Linux.