Bug:html5:audio: iceweasel

jonathan chetwynd j.chetwynd at btconnect.com
Mon Apr 25 12:53:35 UTC 2011


Bug:html5:audio: iceweasel

it appears that iceweasel may not have implemented html5 audio, though this may be a debian issue.
a reduced testcase is attached

which version of firefox is the current iceweasel maintained against?
are websockets supported?

regards

Jonathan Chetwynd
http://www.peepo.com

a colleague who relies on debian/iceweasel reported an issue with http://www.peepo.com
I do not have access to debian at present,

<!doctype html>
<html>
<body>
<audio id="go" onended="event.target.currentTime=0;event.target.pause();"> 
  <source src="http://www.peepo.com/audio/go.mp3" />
  <source src="http://www.peepo.com/audio/go.ogg" />
</audio>

    <script type="text/javascript">
			try {
				document.getElementById('go').play();
			} catch (e) {console.log("html5 audio not supported")}
    </script>
  </body>
</html>





More information about the pkg-mozilla-maintainers mailing list