Reputation: 11
Are there any java libraries out there that can handle live streamed audio such as an internet radio stream that can then be played back using Java? I've looked into stuff like Xuggler/FFMpeg but I'm not sure if they can handle the fact that I'm just trying to play a live stream. It would have to be able to handle most/all of the formats that internet radio stations usually stream in.
Thanks a lot.
Upvotes: 1
Views: 3705
Reputation: 10417
You can have a look at JMF - Java Media Framework
http://en.wikipedia.org/wiki/Java_Media_Framework
http://www.oracle.com/technetwork/java/javase/tech/index-jsp-140239.html
On the Wikipedia site is also a list of alternatives:
Upvotes: 1