soundcloud / areweplayingyet

html5 audio benchmarks
BSD 2-Clause "Simplified" License
311 stars 69 forks source link

Introduce seek test for Opus #44

Open yvg opened 12 years ago

yvg commented 12 years ago

@tiago-loureiro @tsenart any idea why Node is not serving the Opus file correctly? It seems to think it is a binary file and does not stream it.

In the mean time I took the test out https://github.com/soundcloud/areweplayingyet/commit/b73ec426207d43c1698a286daa840c1c34b8dc8d

tiago-loureiro commented 12 years ago

I have seen that before and didn't get it fixed... ended up using nginx for the test. Needs further checking cc @ohookins

ohookins commented 12 years ago

Wasn't it just the mime type being unknown on the server? Or incorrect.

We stored the Opus files as .opus, but you guys are storing as .ogg so if the extension is being used, perhaps the server is assuming the container has vorbis content inside of it?