The BBC iPlayer (and for that matter, Channel 4 4oD) now supports Linux. However, before you can download and/ or view DRM video the following prerequisites need fulfilling:
- Adobe Flash 10;
- Adobe Air 1.5.
The following instructions work with Ubuntu 9.04 – the Jaunty Jackalope – x86-64.
Installing Adobe Flash 10
Following the instructions on Anthony Hildoer‘s Web site is simplicity itself! Simply download his script and execute the following commands in gnome-terminal:
$ chmod +x flash10_en.sh $ sudo ./flash10_en.sh
Installing Adobe Air 1.5
There isn’t an x86-64 version of Adobe Air so you’ll have to install the 32-bit version and use getlibs to resolve the 32-bit dependencies. Download getlibs from Cappy’s Web site and open getlibs-all.deb with the GDebi Package Installer. Next, download the Adobe Air installer to your desktop and do the following:
$ sudo apt-get install lib32asound2 lib32gcc1 lib32ncurses5 lib32stdc++6 lib32z1 libc6 libc6-i386 lib32nss-mdns $ sudo apt-get install ia32-libs $ sudo getlibs -l libgnome-keyring.so $ sudo getlibs -l libgnome-keyring.so.0 $ sudo getlibs -l libgnome-keyring.so.0.1.1 $ cd ~/Desktop $ sudo chmod +x AdobeAIRInstaller.bin $ sudo ./AdobeAIRInstaller.bin $ sudo cp /usr/lib/libadobecertstore.so /usr/lib32
Finally, install the BBC iPlayer Desktop and enjoy your favourite BBC programmes without being connected to the Internet.
