MEDIA SERVER
sudo apt-get update
sudo apt-get install apache2  (install appache2)
sudo apt-get install icecast2 (install streaming server) http://en.flossmanuals.net/icecast/
http://dev.radiopiloten.de/dokuwiki/doku.php/liquidsoap:installation  (install liquidsoap)
sudo apt-get install liquidsoap-plugin-all

LAPTOP/DEVICE/RASPBERRY PI
sudo apt-get install gstreamer-0.10 (streaming software)
sudo apt-get install gstreamer-dbus-media-service gstreamer-tools gstreamer0.10-alsa gstreamer0.10-buzztard gstreamer0.10-buzztard-doc gstreamer0.10-crystalhd gstreamer0.10-doc gstreamer0.10-ffmpeg gstreamer0.10-ffmpeg-dbg gstreamer0.10-fluendo-mp3 gstreamer0.10-gconf gstreamer0.10-gnomevfs gstreamer0.10-gnonlin gstreamer0.10-gnonlin-dbg gstreamer0.10-gnonlin-doc gstreamer0.10-hplugins gstreamer0.10-nice gstreamer0.10-packagekit gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-doc gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-base gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-base-dbg gstreamer0.10-plugins-base-doc gstreamer0.10-plugins-cutter gstreamer0.10-plugins-good gstreamer0.10-plugins-good-doc gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-doc gstreamer0.10-pocketsphinx gstreamer0.10-pulseaudio gstreamer0.10-qapt gstreamer0.10-sdl gstreamer0.10-tools gstreamer0.10-vaapi gstreamer0.10-vaapi-doc gstreamer0.10-x   (libraries)



--------------------------------------------------------------
PREPARE AUDIO FILES FOR LIQUIDSOAP
-------------------------------------------------------------
AUDIO SOFTWARE: 
apt-get install sox

ALL to mp3
for f in *.*; do sox "$f" -t mp3 -r 44100 -c 1 "$/{f%.*}.mp3"; done
mv *.mp3 mp3
----------------------------------------------------------------
-t|--type FILETYPE       File type of audio
-r|--rate RATE          Sample rate of audio-c|--channels CHANNELS   Number of channels of audio data; e.g. 2 = stereo
----------------------------------------------------------------
lltag, pudletag (tagging / title, artist, album)



------------------------
UPLOAD FILES
------------------------
cd mp3
scp -P 8022 -r *.mp3 root@193.22.239.27:/home/ruelles/audio/play/day


------------------------------------------------------------------------------------------------------------------------
CONNECT TO MEDIA SERVER + PREPARE AUDIO FILES FOR PLAYLIST LIQUIDSOAP
------------------------------------------------------------------------------------------------------------------------
ssh -p8022 root@193.22.239.27
fapg --format=pls --output=/home/ramona/audio/day.pls  /home/ramona/audio/play/day
service liquidsoap force-reload


------------------------------------------------------------------------------------------------------------------------
COPY ARCHIVE SERVER TO LOCAL
------------------------------------------------------------------------------------------------------------------------
cd Desktop
scp -P 8022 -r root@193.22.239.27:/home/ruelles/archive .
------------------------------------------------------------------------------------------------------------------------





In arthur #22 radio arthur is deploying strategies that parallel those developed by Jean-François Lyotard in 1984 for his exhibition "Les Immatériaux". French philosopher and curator Jean-François Lyotard adapted French post structuralist thinking onto the exhibition space by relating theoretical texts and audio-recordings, revolutionary inventions, literature, ethnological finds and artistic works in a rhizomatic structure.

hedy lamarr + antheil

Frequency-hopping spread-spectrum invention
Lamarr's and Antheil's frequency-hopping idea serves as a basis for modern spread-spectrum communication technology, such as Bluetooth, COFDM (used in Wi-Fi network connections), and CDMA (used in some cordless and wireless telephones)


http://vimeo.com/41189137