4

I've had a break from programming from a while and slowly but surely I'm coming back into it. I've been looking for a way to stream (and play) audio from an online radiostation (such as FearFM). I've been looking for duplicates and similar questions on Stackoverflow but didn't really found something usefull. I've also looked at Google, but it gives me the impression that the audio support at java is a bit a dark space.

Could anyone point me a direction on how to approach this? Libraries, examples, descriptions.. everything would be appreciated :)

Thanks in advance,

wvd

Jonas
  • 121,568
  • 97
  • 310
  • 388
wvd
  • 1,189
  • 2
  • 12
  • 23
  • So you're looking for something to pick up the live audio from the station? Or just to play some audio? – Jon Egeland Mar 05 '12 at 21:40
  • Well both. Pick up the live audio and play it directly then. – wvd Mar 05 '12 at 21:58
  • 1
    That has a high possibility of legal consequences depending on what you do with it. If it's just for personal use, then you're okay, otherwise, you might want to check some of the Fair Use Policies and other such things. – Jon Egeland Mar 05 '12 at 22:30
  • For now it's just for personal use so I don't really need to worry about that. – wvd Mar 06 '12 at 07:58

2 Answers2

0

If you want to work with media in a Java GUI you could check if JavaFX suppports what you need:

http://docs.oracle.com/javafx/2.0/api/javafx/scene/media/package-summary.html#package_description

Puce
  • 37,247
  • 13
  • 80
  • 152
0

im just looking for the same as you, i found some usefull stuff in the JMF api, JMF Framework. in case that you made it already please share code, im looking for that too, send me a PM.

Eefret
  • 4,724
  • 4
  • 30
  • 46