Streaming from online radio stations?
in
Core Library Questions
•
2 years ago
I was wondering how I would stream from an online radio station using processing (specifically
technobase.fm). I'd like to be able to use the minim audio library on the stream. Windows Media Player can stream it using an .asx file. The file for technobase looks like this:
- <ASX VERSION = "3.0">
<TITLE>TechnoBase.FM Streams</TITLE>
<AUTHOR>TechnoBase.FM</AUTHOR>
<COPYRIGHT>(c) 2011 TechnoBase.FM</COPYRIGHT>
<ENTRY>
<TITLE>TechnoBase.FM - MP3 128k - High Quality - (DSL/Cable)</TITLE>
<ABSTRACT>TechnoBase.FM High-Quality-Stream</ABSTRACT>
<AUTHOR>TechnoBase.FM</AUTHOR>
<COPYRIGHT>(c) 2011 TechnoBase.FM</COPYRIGHT>
<REF HREF = "http://listen.technobase.fm/tunein-dsl-asx"/>
</ENTRY>
</ASX>
1