Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4671067
Votes 50
Synopsis RFE: Support for ogg/vorbis format
Category java:classes_sound
Reported Against hopper
Release Fixed
State 6-Fix Understood, request for enhancement
Priority: 2-High
Related Bugs 4479349 , 4499904
Submit Date 18-APR-2002
Description


Java Sound does not provide ogg/vorbis decoding for playback. As a competitor to the mp3 format, ogg is based on non-patented technology, and libraries are under a BSD-style license, which would allow them to be included with Java Sound, or to be used by the Java Sound.

Ogg can be used for efficient transfer of audio data to applications and applets; streaming audio for web radios or streaming video; pay-per-listen systems.

Including ogg support in Java Sound will promote this new technology and help both ogg and Java Sound applications to gain more deployments. Supporting free and open standards fits well into the Java language.

Moreover, if Java Sound provides native ogg de/encoding, JMF could use it, too, and fix bug 4499904: "RFE: Ogg Vorbis and Tarkin support for JMF" automatically.


======================================================================
Posted Date : 2006-09-28 13:47:53.0
Work Around
N/A
Evaluation
  xxxxx@xxxxx   2002-04-18
	Ogg vorbis should be supported in Java 2. See also 4479349: "RFE: Add MP3 support to Java Sound".
Comments
  
  Include a link with my name & email   

Submitted On 14-SEP-2002
rajieve
Capability to encode and decode multimedia using a open 
standard thru java is verymuch required. Ogg is a good 
standard & is high quality. Please Support this in Java.


Submitted On 07-NOV-2002
bigizzy
Yes support for as many sound protocols and standards 
should be there as possible in java. That should include 
support for both proprietery formats like mp3 as well as open 
formats like Ogg vorbis. If there are licensing issues with 
proprietery formats then open formats should be supported in 
any case. Ogg Vorbis is a open format and hence should be 
supported.


Submitted On 18-JUL-2003
jswoveland
This would be an excellent addition to the Java Sound 
package, especially if it included a pure java encoder - 
obviously not as fast as native, but might just be fast enough 
for many applications.


Submitted On 18-APR-2004
anijap
Ogg support would be great!


Submitted On 10-MAY-2004
prunge
Something like OGG or MP3 is absolutely essential for 
applets where bandwidth is an issue.  


Submitted On 28-JUL-2004
materthron
How about closing this and put all votes to BUG Nr. 4479349?


Submitted On 28-JUL-2004
materthron
Ups wrong number *g*
The correct ID must of course be: 4499904

Sorry :-)


Submitted On 29-NOV-2004
_grlea_
I think it is critical that OGG support (preferably including encoding) be included in the JRE, not as a separate download as with the MP3 plugin.


Submitted On 30-NOV-2004
frennim
It would be a very good idea to include suport for ogg.


Submitted On 16-DEC-2004
boemers
Ogg support could give this free format a big (deserved) boost. To circumvent legal/license problems, native bindings would be a good start, so that Java Sound provides ogg support if the ogg library is installed locally.


Submitted On 17-DEC-2004
GuillaumeDenis
ogg decoding would be a nice feature !


Submitted On 25-JAN-2005
alljohnny
Have you seen http://www.javazoom.net/vorbisspi/vorbisspi.html ?
Maybe it can be used as a reference. =)


Submitted On 29-JAN-2005
Eduardo_Cobian
Of course ogg support (both for encoding and decoding) should be included in java!!


Submitted On 18-SEP-2005
vijaymagic
+1 For Encoding and Decoding + Encoding on the fly should be provided. When is this expected to be fixed?
Vijay 


Submitted On 14-NOV-2006
giosoftware
we need it


Submitted On 26-DEC-2006
SergeOnBass
Now that Java is licensed under GPL, Ogg Vorbis support would be a great addition to it



Submitted On 18-JUN-2007
cbhworld
I agree - this would be extremely useful.


Submitted On 28-MAR-2008
Mithel
Ogg support would be extremely valuable.


Submitted On 16-OCT-2008
bhamail
Could anyone post work volunteers could do to move this along?


Submitted On 02-JUL-2009
ogg vorbis decoder exists as a Java Sound / SPI implementation: http://www.javazoom.net/vorbisspi/vorbisspi.html

Proof of concept code for a pure-java vorbis encoder exists at two places:
http://downloads.xiph.org/releases/vorbis-java/
and
http://www.rpmfind.net/linux/rpm2html/search.php?query=jvorbisenc

Would be nice of course if some volunteer wrapped code like this into a nice SPI package...!



PLEASE NOTE: JDK6 is formerly known as Project Mustang