Playing Live streamed audio through Java -


are there java libraries out there can handle live streamed audio such internet radio stream can played using java? i've looked stuff xuggler/ffmpeg i'm not sure if can handle fact i'm trying play live stream. have able handle most/all of formats internet radio stations stream in.

thanks lot.

you can have @ 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 wikipedia site list of alternatives:

  1. freedom media in java (fmj) api-compatible jmf alternative !
  2. javasound
  3. quicktime java
  4. ibm toolkit mpeg-4
  5. jffmpeg
  6. jvlc
  7. vlcj
  8. gstreamer-java
  9. cortado, complete player ogg vorbis , theora in java applet
  10. directshow <> java wrapper
  11. fobs4jmf
  12. jlayer mp3 library
  13. xuggler
  14. video4linux4java

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -