I am using VLC 1.0.2 to handle radio stations not supported by iTunes.
I transcode the streams to ALAC and send them to Airport Express, this works very well.
I use this to transcode:
Code: Select all
:sout=#transcode{acodec=alac,channels=2,samplerate=44100}:raop{host=xxx.xxx.xxx.xxx,volume=80}
http://amp1.cesnet.cz:8000/cro-d-dur.flac. You can read more about this stream here:
http://www.cesnet.cz/doc/techzpravy/200 ... -encoding/
Any ideas how to workaround this ? Thanks