Results 1 to 3 of 3
Thread: JAVA MP3 / ogg support
- 10-09-2011, 02:02 PM #1
Member
- Join Date
- Oct 2011
- Posts
- 16
- Rep Power
- 0
JAVA MP3 / ogg support
Hi,
Any ideas on how to stream audio types such as mp3 and ogg.. ?
The Oracle website says yes.
But I've read that you need JavaMediaFramework (JMF) to run this with the mp3 plugin from
JMF MP3 Plugin.
Here's where I'm confused..
Oracle lets you download this but doesn't maintain JMF anymore and has no mp3 or ogg support in the up-to-date standard javax.sound.sampled api.
I understand there are propriety options too...
I found this relating to the whole matter too How to stream mp3 using pure Java - Stack Overflow
- 10-10-2011, 06:14 AM #2
Member
- Join Date
- May 2011
- Posts
- 35
- Rep Power
- 0
Re: JAVA MP3 / ogg support
Do you mean that you want to make the computer play the mp3 music?
- 10-11-2011, 10:31 AM #3
Member
- Join Date
- Oct 2011
- Posts
- 16
- Rep Power
- 0
Re: JAVA MP3 / ogg support
Yes, I', looking at developing a system for a college project that a java based server will stream audio to a java based client using sockets. As audio files such as .wav are expensive to transfer I'll need a "better" audio format for streaming. But yes I would also need to know that when the data gets to the client machine how I can play it, directly from the socket stream.
Similar Threads
-
IDE support for Java 1.4
By blockard in forum EclipseReplies: 2Last Post: 09-07-2011, 12:25 PM -
java support
By aizen92 in forum New To JavaReplies: 4Last Post: 04-25-2011, 05:07 PM -
UTF-16 support for Java
By maheeka in forum New To JavaReplies: 0Last Post: 03-29-2011, 08:35 AM -
Does Java support pointers?
By kthaker in forum New To JavaReplies: 2Last Post: 10-07-2009, 08:16 AM -
How does java support polymorphism?
By makpandian in forum New To JavaReplies: 3Last Post: 06-26-2009, 02:52 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks