To save anyone else from fumbling around cack-handledly trying to get the thing working, here's what I learned today:
Download the get_iplayer deb file and attempt to install it
Code:
wget http://linuxcentre.net/get_iplayer/packages/get-iplayer-current.deb
dpkg -i get-iplayer-current.deb
dpkg -i get-iplayer-current.deb
It'll probably complain about missing dependencies, and advise you to run
Code:
apt-get -f install
Do so, and then do the dpkg command again. I hope that worked for you, because it did for me.So that's get_iplayer installed, now onto flvstreamer: You have two options:
1) You trust me and stick the attached flvstreamer_arm into /usr/bin, or
2)
Code:
apt-get install build-essentials
wget http://mirrors.aixtools.net/sv/flvstreamer/source/flvstreamer-1.9.tar.gz
tar xf flvstream-1.9.tar.gz
cd flvstreamer1.9
<put the attached MakefileARM in this directory, obviously reading through to ensure I'm not up to anything naughty>
make -f MakefileARM flvstreamer
cp flvstreamer_arm /usr/bin
wget http://mirrors.aixtools.net/sv/flvstreamer/source/flvstreamer-1.9.tar.gz
tar xf flvstream-1.9.tar.gz
cd flvstreamer1.9
<put the attached MakefileARM in this directory, obviously reading through to ensure I'm not up to anything naughty>
make -f MakefileARM flvstreamer
cp flvstreamer_arm /usr/bin
Now you need to configure get_iplayer:
Code:
get_iplayer --prefs-add --flvstreamer=/usr/bin/flvstreamer_arm
get_iplayer --prefs-add --mode=flashhigh
get_iplayer --prefs-add --mode=flashhigh
Hopefully that'll do it!
hmm, reading back over this, it should probably be in the wiki...




