Processing/Java Libraries for Playing Streaming Media.
in
Contributed Library Questions
•
2 years ago
I'd like to incorporate local police scanner radio into a news aggregator (designed to be run as an application). Local scanners are available online for a variety of players (flash, java, real audio, winamp, windows media, etc.) at
http://www.radioreference.com/apps/audio/?feedId=7047
Is ESS the only Processing library for playing streams? The Ess example at http://www.tree-axis.com/Ess/_examples/mp3Stream/ requires an mp3 stream. I've never gotten it to work and the example has never played sound for me. If there's a simple way to do this with ESS by cutting and pasting the proper address for the stream from http://www.radioreference.com/apps/audio/?feedId=7047 please do so and post what that mp3 radio urls or any modifications to the above ESS example for working with a different stream.
A java player is available so I am reasonable certain there's a java library or two for playing streams. What are the best ones for working with from within processing? For working with the formats available at http://www.radioreference.com/apps/audio/?feedId=7047?
All I need are stream stop and play features; no pause or fast forward features. Ideally, I'd like to merge the stream with ambient background generative sound created on the fly with soundsipher sota similar to this example: http://youarelistening.to/ which merges LAPD scanner radio with ambient music.
_________________________________
RELATED POST:
http://forum.processing.org/topic/importing-audio-streams
Is ESS the only Processing library for playing streams? The Ess example at http://www.tree-axis.com/Ess/_examples/mp3Stream/ requires an mp3 stream. I've never gotten it to work and the example has never played sound for me. If there's a simple way to do this with ESS by cutting and pasting the proper address for the stream from http://www.radioreference.com/apps/audio/?feedId=7047 please do so and post what that mp3 radio urls or any modifications to the above ESS example for working with a different stream.
A java player is available so I am reasonable certain there's a java library or two for playing streams. What are the best ones for working with from within processing? For working with the formats available at http://www.radioreference.com/apps/audio/?feedId=7047?
All I need are stream stop and play features; no pause or fast forward features. Ideally, I'd like to merge the stream with ambient background generative sound created on the fly with soundsipher sota similar to this example: http://youarelistening.to/ which merges LAPD scanner radio with ambient music.
_________________________________
RELATED POST:
http://forum.processing.org/topic/importing-audio-streams
1