https://issues.apache.org/bugzilla/show_bug.cgi?id=44153
--- Comment #1 from Ivo Emanuel Gon <[EMAIL PROTECTED]> 2008-08-26 21:37:13 PST --- Take note that video/ogg and audio/ogg have been registered with the IANA. Refer to IANA's index and/or RFC 5334. Also note that audio/vorbis and audio/vorbis-config were registered for use on RTP (RFC 5215). You are invited to use these appropriate media types as described in RFC 5334. A quick briefing: .ogg .oga .spx > audio/ogg .ogv > video/ogg .ogx > application/ogg Note that .ogg is now only used for single stream Vorbis files; all other kind of data in Ogg should use one the other file extensions. application/ogg is now ONLY used for applications and complex multimedia. Also note that these three media types support an optional parameter called "codecs". Here's an example: video/ogg; codecs="theora, vorbis, kate". I'm unsure if this is of any relevance for Apache. RFC 5334 goes further into detail about these things, including the magic of each stream known to be encapsulated in Ogg. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
