Search code examples
javascripthtmlaudioogg

Don't open OGG file


I open OGG file with html5 (audio tag). On one site works, the other does not. Why?

For example:
http://devluntegg.fishok.getmyip.com:39875/webim/sounds/new_user.ogg - work (play)
http://lovisnami.ru/webim/sounds/new_user.ogg - don't work (proposes to maintain)

html and js same.


Solution

  • The first URL returns

    Content-Type: audio/ogg
    

    the second one

    Content-Type: application/octet-stream
    

    different web server setup.