Blog Archive for March 13, 2011

HTML5 Audio and nginx

March 13, 2011

I was developing a site that uses the HTML5 audio tag. This worked fine in the Django test server, but once deployed some browsers had problems playing back the sounds (I got silence).

Here's my HTML source for the audio tag. As you can see, I'm serving three types so …