Get your own customer support community
 

Ogg Vorbis / HTML 5?

Right now I'm working on embedding a Vorbis encoded file, resource located at http://www.adventurecrossing.net/Reso... : Theoretically, I should just be able to wrap this in <audio></audio> tags and have it play back without invoking an external application. Only... that doesn't happen. It seems like the Web Accelerator system isn't recognizing the file type.

I created a test page to demonstrate how Web Accelerator seems to be handling the HTML 5 audio file: http://www.adventurecrossing.net/comm...

Here, you can see the Vorbis encoded file, when linked, is broken, while the Mp3 encoded file, shows up as viable download / selection.
 
sad I’m sad
Inappropriate?
1 person has this problem

The company has a solution in progress.


  • This reply was removed on 09/18/09.
    see the change log
  • Inappropriate?
    Jason,
    I see a couple of issues with what you are trying to do.

    1. In your html

    <audio src="www.adventurecrossing.net/Resources/529.ogg"></audio>

    your "src" you have improper url you need to have "http://" in front of your "www".

    2. The audio tag is new to HTML 5. It will only be recognized in newer browsers such as FireFox 3 or Safari. This tag does not work in IE6, IE7 or IE8. So most people will not be able to hear this audio.

    3. The ".ogg" audio file is not a "web safe" audio file. You need a third party player in order to listen to the audio. MP3 is the best way to put audio on the web.

    If you need further assistants you can always give us a call 706-826-1506.
  • Jason Frothingham
    Inappropriate?
    1: the lack of the http:// was me playing around with settings and syntax before I posted the bug.

    2: Microsoft has joined back up with HTML 5: http://news.cnet.com/8301-1001_3-1030... :: So support for <audio></audio> will be arriving for IE8 in the coming months. I'm not concerned about IE6 since the only Windows Platforms using that are Win2k and previous.. .and seriously, it's not worth any development time to worry about consumers using what is factually the worst non-operating system security nightmare ever released by Microsoft. I've also already posted warnings about using Microsoft web-browsers through AC's site, and given the way Windows Update works, I'm not too terribly concerned about a large number of consumers still using IE7. I am concerned about the number of non Microsoft platforms checking the web, such as Iphones, Blackberries, Palms, and Android based systems, as well as gaming consoles (Nintendo Wii, Sony PS3). Outside of the Iphone, most of these already have road-maps to implement / use HTML 5 components.

    3: I'm afraid you are very wrong about .ogg not being, as you term it, web-safe. The .ogg format is specified by W3C for audio and video playback in HTML 5. Also, unlike mp3, it's royalty free and a patent free audio standard. Any vendor can support it, use it, publish it.. Mozilla, Google, and Opera all are shipping the .ogg decoders as part of their current release browsers. Microsoft will be shipping it in their HTML 5 update (or at least they say'll they'll be shipping it. What Microsoft says and what Microsoft does aren't always the same thing). The only holdout really is Apple, and Xiph has a plugin for that ( http://www.xiph.org/quicktime/about.html ). This does make .ogg the best format for posting multimedia to the web and insuring that the largest number of viewers across the widest range of products can access that multimedia.
     
    indifferent I’m a bit puzzled at the response from Power Serve. Not what I was expecting. The response verged on being unprofessional.
User_default_medium