listen live: http://rob.goto10.org/radiokulturo.ogg
Radio Kulturo simultaneously plays the live stream of the national
classical radio station of every member state of the European Union and
diffuses the mix to a multichannel sound system. It is part of a series
of works exploring notions of consensus, time and simultaneity
utilising Internet streaming media. The work is best realised over a
long time frame in a multichannel environment but versions are possible
between 10 mins and indefinitely long (sound installation). Versions including
live performers/improvisers are also possible. The piece was composed
as a bash script in the pure:dyne linux operating system.
Performance and realisation instructions available for download:
(photos from 8 channel projection in Goldsmiths’ Great Hall)
A permanent net install is running on a server and is available here:
http://rob.goto10.org/radiokulturo.ogg
put this url into mplayer, VLC or whatever your favorite media player is…the above url is a redirect to my icecast server: http://grub.spc.org:8008/radiokulturo.ogg This server is hosted by Deckspace, Greenwich, London http://dek.spc.org
=================================================
#!/bin/bash
# usage ./streamer left right
echo ——–radio kulturo——–
echo ———-rob@goto10.org———
echo ——–rob canning 2007——–
echo starting……..
echo UK-BBCRADIO3———–
mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$1″ rtsp://rmlive.bbc.co.uk/bbc-rbs/rmlive/ev7/live24/radio3/live/r3_dsat_g2.ra&
echo FRANCE—————–
mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$2″ http://www.tv-radio.com/station/france_musique_mp3/france_musique_mp3-128k &
echo GERMANY Bayern 4 Klassik ————
mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$1″ http://gffstream.ic.llnwd.net/stream/gffstream_w4a&
echo BELGIUM KLARA CONTINUO —–FORMERLY RADIO3—-
mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$2″ http://mp3.streampower.be/klaracontinuo-mid&
echo BELGIUM KLARA —–FORMERLY RADIO3—-
mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$1″ http://mp3.streampower.be/klara-mid&
echo ITALY—————
mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$2″ rtsp://live.media.rai.it/broadcast/fd5.rm&
#echo CZECH——————
# mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$1″ http://stream.rozhlas.cz:8000/ddur_min.ogg&
echo IRELAND—————–
mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$2″ rtsp://live1.rte.ie/redundant/1920.ra&
#echo POLAND—————-
# mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$2″ http://www.radio.pionier.net.pl/stream.pls?radio=radiokrakow&
#echo SPAIN-MADRID———- name: Radio Clasica de Radio Nacional de España
# mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$1″ mms://a1247.l910622804.c9106.e.lm.akamaistream.net/D/1247/9106/v0001/reflector:22804&
echo AUSTRIA-http://www.radiostephansdom.at/————
mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$2″ http://srvhost24.serverhosting.apa.net:8000/rsdstream32 &
#echo AUSTRIA- ORF 01 ————
# mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$2″ mms://stream4.orf.at/oe1-wort ;sleep 30 ; done;)&
echo DENMARK————-
mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$1″ http://wmscr2.dr.dk/e02ch02m?wmcontentbitrate=300000 &
echo GERMANY———
mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$1″ rtsp://stream2.rbb-online.de/encoder/kulturradio-live.ra&
echo NETHERLANDS———–
mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$2″ mms://livemedia.omroep.nl/concertzender-smal&
echo PORTUGAL————–
mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$1″ mms://195.245.168.21/antena2 &
#blaccklisted for talking too much ![]()
#echo SPAIN-RADIO3—————————-
# mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$2″ mms://a1360.l910520572.c9105.e.lm.akamaistream.net/D/1360/9105/v0001/reflector:20572 &
echo AUSTRIA SCHOENBERGSTATION—————–
mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$1″ http://81.223.24.100:8000/&
echo CZECH ———————-
mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$2″ http://www.rozhlas.cz/_audio/00535234.mp3&
echo NETHERLANDS———–
mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$1″ mms://livemedia.omroep.nl/radio4-bb&
#echo LATVIA——————-
# mplayer -quiet -af channels=1 -cache 50 -ao jack:port=”$2″ rtsp://lr3r.latvijasradio.lv:554/encoder/lr3s.rm&





