<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Linuxcentre &#187; Linux</title>
	<atom:link href="http://linuxcentre.net/topics/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxcentre.net</link>
	<description>Nonsense</description>
	<pubDate>Sat, 03 Jan 2009 01:38:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Don&#8217;t Want to Miss that Programme on iPlayer over Christmas?</title>
		<link>http://linuxcentre.net/dont-want-to-miss-that-programme-on-iplayer-over-christmas/</link>
		<comments>http://linuxcentre.net/dont-want-to-miss-that-programme-on-iplayer-over-christmas/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 14:27:39 +0000</pubDate>
		<dc:creator>Phil Lewis</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[iplayer]]></category>

		<category><![CDATA[automatic]]></category>

		<category><![CDATA[get_iplayer]]></category>

		<category><![CDATA[pvr]]></category>

		<category><![CDATA[sky+]]></category>

		<category><![CDATA[tivo]]></category>

		<guid isPermaLink="false">http://linuxcentre.net/?p=42</guid>
		<description><![CDATA[You know how it gets over the Christmas period; busy visiting relatives and friends, drinking and partying. The last thing you remember to do is to watch that crucial episode on iPlayer within the minute window of seven days the BBC has kindly granted you.
Now is the time to set up get_iplayer to act as [...]]]></description>
			<content:encoded><![CDATA[<p>You know how it gets over the Christmas period; busy visiting relatives and friends, drinking and partying. The last thing you remember to do is to watch that crucial episode on iPlayer within the minute window of seven days the BBC has kindly granted you.<br />
Now is the time to set up get_iplayer to act as a PVR (you know Sky+, TiVo, series-link, etc, etc)! <a href="http://linuxcentre.net/getiplayer/">get_iplayer</a> can be easily configured to automatically download your favourite BBC TV programmes just like any other PVR except that there are no limits on how many programmes you can &#8216;record&#8217; simultaneously (OK, except your broadband speed maybe). You even get seven days grace when you&#8217;ve forgotten to setup the PVR.</p>
<p>Here is a quick guide to setting it up.<span id="more-42"></span></p>
<p>I&#8217;m assuming you have downloaded and installed get_iplayer as described <a href="http://linuxcentre.net/getiplayer/installation/">here</a></p>
<h3>Setting up a PVR Search</h3>
<p>Use get_iplayer to search for the programme you wish to have downloaded. You can search based on the programme name (and can also limit to specific channels and categories etc). In my example I want to get the upcoming TV episodes of <em>&#8216;Doctor Who</em>&#8216; so I just type this:</p>
<blockquote><p>get_iplayer &#8216;Doctor Who&#8217; --type=tv</p></blockquote>
<p>This results in:</p>
<blockquote><p>Matches:<br />
184:    Doctor Who Confidential: Series 4 - A Noble Return, &#8216;BBC Three&#8217;, Factual,Arts,Culture &amp; the Media,TV, default<br />
185:    Doctor Who Confidential: Series 4 - The Italian Job, &#8216;BBC Three&#8217;, Factual,Arts,Culture &amp; the Media,TV, default<br />
186:    Doctor Who Confidential - At Christmas, &#8216;BBC Three&#8217;, Factual,Arts,Culture &amp; the Media,TV, default<br />
187:    Doctor Who: Series 4 - Partners in Crime, &#8216;BBC One&#8217;, Drama,SciFi &amp; Fantasy,TV, default<br />
188:    Doctor Who: Series 4 - The Fires of Pompeii, &#8216;BBC One&#8217;, Drama,SciFi &amp; Fantasy,TV, default<br />
189:    Doctor Who - Voyage of the Damned, &#8216;BBC One&#8217;, Drama,SciFi &amp; Fantasy,TV, default</p></blockquote>
<p>OK, so I don&#8217;t want those extra programmes on BBC Three, so I limit my search to &#8216;BBC One&#8217; only:</p>
<blockquote><p>get_iplayer &#8216;Doctor Who&#8217; --type=tv --channel=&#8217;BBC One&#8217;</p></blockquote>
<p>Now I just get these matches:</p>
<blockquote><p>Matches:<br />
187:    Doctor Who: Series 4 - Partners in Crime, &#8216;BBC One&#8217;, Drama,SciFi &amp; Fantasy,TV, default<br />
188:    Doctor Who: Series 4 - The Fires of Pompeii, &#8216;BBC One&#8217;, Drama,SciFi &amp; Fantasy,TV, default<br />
189:    Doctor Who - Voyage of the Damned, &#8216;BBC One&#8217;, Drama,SciFi &amp; Fantasy,TV, default</p></blockquote>
<p>Now I have the search I want, I can save this to the PVR search list by simply appending the --pvradd option:</p>
<blockquote><p>get_iplayer &#8216;Doctor Who&#8217; --type=tv --channel=&#8217;BBC One&#8217; --pvradd=&#8217;Dr Who&#8217;</p></blockquote>
<p>If you want to list all the searches that you have saved just run:</p>
<blockquote><p>get_iplayer--pvrlist</p></blockquote>
<p>If you want to do some more advanced searches you might want to read <a href="http://linuxcentre.net/getiplayer/documentation/">this guide</a> for examples.</p>
<h3>Getting the PVR to run Automatically</h3>
<p>There is one more thing you need to do to get the downloads to happen automatically. You only need to set this up once. You must ensure that this command runs on your PC on a regular basis:</p>
<blockquote><p>/path/to/get_iplayer --pvr</p></blockquote>
<p>In Unix/Linux systems this can simply be achieved by adding the following lines to your crontab (run &#8216;crontab -e&#8217;). Also, if you have local email delivery capability then you will also receive an email when a programme is downloaded (set MAILTO below accordingly):</p>
<blockquote><p>MAILTO=&#8221;myemail@mydomain.com&#8221;<br />
0 * * * * /path/to/get_iplayer --pvr  2&gt;/dev/null</p></blockquote>
<p>This will ensure that the PVR checks for new matching programmes every hour, on the hour.</p>
<p>It might also be prudent to add these options as defaults on your system so that you don&#8217;t get the Sign Language version by mistake and also so that you know where the downloaded files will be saved:</p>
<blockquote><p>get_iplayer --output=&#8217;/home/jbloggs/videos/&#8217; --version-list=default --save</p></blockquote>
<p>And finally, remember that this will only work when your computer is booted up and connected to the Internet <img src='http://linuxcentre.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxcentre.net/dont-want-to-miss-that-programme-on-iplayer-over-christmas/feed/</wfw:commentRss>
		</item>
		<item>
		<title>get_iplayer 1.00 released</title>
		<link>http://linuxcentre.net/get_iplayer-100-released/</link>
		<comments>http://linuxcentre.net/get_iplayer-100-released/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 13:37:14 +0000</pubDate>
		<dc:creator>Phil Lewis</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[iplayer]]></category>

		<category><![CDATA[get_iplayer]]></category>

		<guid isPermaLink="false">http://linuxcentre.net/?p=28</guid>
		<description><![CDATA[Yeah, yeah, before you say it - I know my version numbering system is rather pathetic. However version 1.00 has been released because this is actually the 100th version. There are, however, some useful features that have recently been added:
&#8216;--tree&#8217; option: Displays the lists of programmes or matching programmes in a sort-of tree view
&#8216;--hide&#8217; option: [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, yeah, before you say it - I know my version numbering system is rather pathetic. However version 1.00 has been released because this is actually the 100th version. There are, however, some useful features that have recently been added:</p>
<p>&#8216;--tree&#8217; option: Displays the lists of programmes or matching programmes in a sort-of tree view<br />
&#8216;--hide&#8217; option: Removes programmes that have already been downloaded from listings and searches.</p>
<p>I will also try now to update <a href="http://freshmeat.net">freshmeat.net</a> with new releases.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxcentre.net/get_iplayer-100-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Is your broadband connection too slow for BBC iPlayer?</title>
		<link>http://linuxcentre.net/is-your-broadband-connection-too-slow-for-bbc-iplayer/</link>
		<comments>http://linuxcentre.net/is-your-broadband-connection-too-slow-for-bbc-iplayer/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 19:21:59 +0000</pubDate>
		<dc:creator>Phil Lewis</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[iplayer]]></category>

		<category><![CDATA[bbc]]></category>

		<category><![CDATA[broadband]]></category>

		<category><![CDATA[get_iplayer]]></category>

		<category><![CDATA[slow]]></category>

		<guid isPermaLink="false">http://linuxcentre.net/?p=27</guid>
		<description><![CDATA[Given that I don&#8217;t actually suffer from this problem I guess it is not surprising that I didn&#8217;t realise until now how useful get_iplayer is for people with slow &#8216;broadband&#8217; connections. I have recently heard that several people use get_iplayer to download because watching the BBC iPlayer via the flash web page just keeps pausing [...]]]></description>
			<content:encoded><![CDATA[<p>Given that I don&#8217;t actually suffer from this problem I guess it is not surprising that I didn&#8217;t realise until now how useful <a href="http://linuxcentre.net/getiplayer/">get_iplayer</a> is for people with slow &#8216;broadband&#8217; connections. I have recently heard that several people use <a href="http://linuxcentre.net/getiplayer/">get_iplayer</a> to download because watching the BBC iPlayer via the flash web page just keeps pausing and rebuffering resulting in a very annoying experience.</p>
<p><a href="http://linuxcentre.net/getiplayer/">get_iplayer</a> will just download the H.264 quicktime version of the programme at your broadband speed so that you can watch it after it has downloaded. Yes, this even works if you have a dial-up modem - should you be so desperate!! (it will even resume downloading when you redial after your connection drops)</p>
<p>The <a href="http://linuxcentre.net/getiplayer/documentation/">PVR options of get_iplayer</a> will also take the pain out of having to wait while programmes download - it will download your favourite programmes as soon as they become available.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxcentre.net/is-your-broadband-connection-too-slow-for-bbc-iplayer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New BBC iPlayer Mobile uses WMV with DRM</title>
		<link>http://linuxcentre.net/new-bbc-iplayer-mobile-uses-wmv-with-drm/</link>
		<comments>http://linuxcentre.net/new-bbc-iplayer-mobile-uses-wmv-with-drm/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 19:40:08 +0000</pubDate>
		<dc:creator>Phil Lewis</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[iplayer]]></category>

		<category><![CDATA[bbc]]></category>

		<category><![CDATA[drm]]></category>

		<category><![CDATA[get_iplayer]]></category>

		<guid isPermaLink="false">http://linuxcentre.net/?p=26</guid>
		<description><![CDATA[Looks like my prediction in this earlier post was not quite right. Things are marginally better and much worse;
The Bad news: The BBC eventually announced that the iPlayer Mobile download service would in fact not be using 3GP/H.264 but in fact DRMed WMV HTTP downloads (yes that&#8217;s a Windows video format!).
The good(ish) news: The resolution [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like my prediction in <a href="http://linuxcentre.net/nokia-n9596-bb…linux-with-vlcnokia-n9596-bbc-iplayer-downloads-working-on-linux-with-vlc/">this earlier post</a> was not <em>quite</em> right. Things are marginally better and much worse;</p>
<p>The Bad news: The <a href="http://www.bbc.co.uk/blogs/bbcinternet/2008/10/mobile_drm.html">BBC eventually announced</a> that the iPlayer Mobile download service would in fact not be using 3GP/H.264 but in fact DRMed WMV HTTP downloads (yes that&#8217;s a Windows video format!).</p>
<p>The good(ish) news: The resolution is better than I reckoned it was. One <a href="http://crave.cnet.co.uk/digitalmusic/0,39029432,49299318-8,00.htm">test report</a> suggests that the resolution is 320&#215;240 which is a marginal improvement over the 320&#215;176 I reported as available 3GP/H.264 for the Nokia N95/N96.</p>
<p>The other good news is that the 3GP/H.264 feeds still seem to be available even though these do not appear to be official in any way. You can see these URLs from get_iplayer using the &#8216;--streaminfo&#8217; option listed as &#8216;Nokia N96 h.264 low quality stream URL&#8217;.</p>
<p>To restrict what you can do with the programmes you have funded, the BBC has opted to employ &#8216;OMA DRM 2 specification&#8217; which, incidentally, Apple does/will not support. So I guess that is why we still have those higher quality iPhone <del datetime="2008-10-20T19:00:50+00:00">download</del> streams available. The OMA DRM 2 spec only appears to be currently implemented (supported?) on closed source players and platforms (correct me if I&#8217;m wrong here).</p>
<p>For a one interesting legal evaluation of DRM (in easy-to-understand terms) see <a href="http://xkcd.com/488/">this link</a> <img src='http://linuxcentre.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxcentre.net/new-bbc-iplayer-mobile-uses-wmv-with-drm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>get_iplayer RPM and DEB packages now available</title>
		<link>http://linuxcentre.net/get_iplayer-rpm-and-deb-packages-now-available/</link>
		<comments>http://linuxcentre.net/get_iplayer-rpm-and-deb-packages-now-available/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 23:53:49 +0000</pubDate>
		<dc:creator>Phil Lewis</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[iplayer]]></category>

		<category><![CDATA[bbc]]></category>

		<category><![CDATA[deb]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[fedora]]></category>

		<category><![CDATA[get_iplayer]]></category>

		<category><![CDATA[packages]]></category>

		<category><![CDATA[redhat]]></category>

		<category><![CDATA[rpm]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://linuxcentre.net/?p=24</guid>
		<description><![CDATA[You can now install and update get_iplayer using DEB and RPM packages for Linux. I&#8217;ve tried to keep them as generic as possible so the RPMs will most likely work just fine on all Redhat/Fedora derived Linux distributions. Same goes for the DEB packages on all Debian derived distros such as Ubuntu.
Please let me know [...]]]></description>
			<content:encoded><![CDATA[<p>You can now install and update <a href="http://linuxcentre.net/iplayer">get_iplayer</a> using <a href="http://linuxcentre.net/?page_id=22">DEB and RPM packages</a> for Linux. I&#8217;ve tried to keep them as generic as possible so the RPMs will most likely work just fine on all Redhat/Fedora derived Linux distributions. Same goes for the DEB packages on all Debian derived distros such as Ubuntu.<br />
Please let me know if there are any problems with these.<br />
Note that the --upgrade option of get_iplayer is probably not the best idea if you choose to use RPM and DEB versions.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxcentre.net/get_iplayer-rpm-and-deb-packages-now-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>get_iplayer has new BBC iPlayer PVR functionality</title>
		<link>http://linuxcentre.net/get_iplayer-has-new-pvr-functionality/</link>
		<comments>http://linuxcentre.net/get_iplayer-has-new-pvr-functionality/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 15:56:59 +0000</pubDate>
		<dc:creator>Phil Lewis</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[iplayer]]></category>

		<category><![CDATA[automatic]]></category>

		<category><![CDATA[bbc]]></category>

		<category><![CDATA[download]]></category>

		<category><![CDATA[get_iplayer]]></category>

		<category><![CDATA[pvr]]></category>

		<guid isPermaLink="false">http://linuxcentre.net/?p=19</guid>
		<description><![CDATA[Ever wanted to automatically download your favourite BBC iPlayer programmes and podcasts? Well now get_iplayer v0.84 can act as a quite sophisticated PVR. 
It allows you to download any number of iPlayer / podcast programmes using any combination of search terms that you would normally run on the get_iplayer command line. This includes searching by [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to automatically download your favourite BBC iPlayer programmes and podcasts? Well now <a href="http://linuxcentre.net/get_iplayer/get_iplayer">get_iplayer v0.84</a> can act as a quite sophisticated <a href="http://en.wikipedia.org/wiki/Digital_video_recorder">PVR</a>. </p>
<p>It allows you to download any number of iPlayer / podcast programmes using any combination of search terms that you would normally run on the get_iplayer command line. This includes searching by channel, category, version(i.e. Signed or Default), date added, programme name, episode name, description etc.</p>
<p>The PVR searches are saved in ~/.get_iplayer/pvr/<search_name>. You can Add, Delete and List the PVR searches. You&#8217;ll need to run a single command from a  scheduler such as the Unix cron daemon (or possibly<br />
the Windows scheduler).</p>
<p>Examples of usage are as follow:<br />
<span id="more-19"></span><br />
Add a new PVR search (using any usual search options):</p>
<p>To automatically download all BBC One comedy programmes:</p>
<blockquote><p>get_iplayer --pvr-add=bbc1_comedy_tv_progs --category=comedy --type=tv --channel=&#8217;BBC One&#8217;</p></blockquote>
<p>or, to automatically download the &#8216;Click&#8217; TV programme:</p>
<blockquote><p>get_iplayer --pvr-add=click --type=tv ^click$</p></blockquote>
<p>or, to download all of Chris Moyles podcasts:</p>
<blockquote><p>get_iplayer --pvr-add=moyles_podcasts --type=podcast moyles</p></blockquote>
<p>List the PVR searches already added:</p>
<blockquote><p>get_iplayer --pvr-list</p></blockquote>
<p>Remove a PVR search:</p>
<blockquote><p>get_iplayer --pvr-del=bbc1_comedy_tv_progs</p></blockquote>
<p>Run the PVR (this really should be added to your scheduler such as cron):</p>
<blockquote><p>get_iplayer --pvr</p></blockquote>
<p>See the <a href="http://linuxcentre.net/get_iplayer/README.txt">Readme</a> file for more information on usage.</search_name></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxcentre.net/get_iplayer-has-new-pvr-functionality/feed/</wfw:commentRss>
		</item>
		<item>
		<title>get_iplayer now downloads BBC iPlayer Radio in glorious 128k MP3 format + other features</title>
		<link>http://linuxcentre.net/get_iplayer-now-downloads-radio-in-glorious-128k-mp3-format-other-features/</link>
		<comments>http://linuxcentre.net/get_iplayer-now-downloads-radio-in-glorious-128k-mp3-format-other-features/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 02:16:23 +0000</pubDate>
		<dc:creator>Phil Lewis</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[iplayer]]></category>

		<category><![CDATA[get_iplayer]]></category>

		<category><![CDATA[radio]]></category>

		<guid isPermaLink="false">http://linuxcentre.net/?p=17</guid>
		<description><![CDATA[It was discovered this evening that the iPhone can get BBC iPlayer radio programmes in higher quality MP3 format. It basically uses the same method used for the iPhone video downloads. get_iplayer v0.74 now supports this fully and can also fallback to RealAudio format for those shows that still have not been made available to [...]]]></description>
			<content:encoded><![CDATA[<p>It was discovered this evening that the iPhone can get BBC iPlayer radio programmes in higher quality MP3 format. It basically uses the same method used for the iPhone video downloads. <a href="http://linuxcentre.net/iplayer">get_iplayer</a> v0.74 now supports this fully and can also fallback to RealAudio format for those shows that still have not been made available to the iPhone. The MP3s are 128kbps stereo 44.1kHz - better than the rather sad 64kbps realaudio streams we had before. Shame there are no ID3 tags yet - come on BBC <img src='http://linuxcentre.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
For reverting to downloading the realaudio streams in <a href="http://linuxcentre.net/iplayer">get_iplayer</a> you must use the --amode=realaudio option.</p>
<p>Other New features in <a href="http://linuxcentre.net/iplayer">get_iplayer</a> lately are:</p>
<ul>
<li>A download history is now maintained which prevents the accidental re-downloading of programmes that you may have deleted</li>
<li>Ability to see which programmes have become available since the last cache refresh</li>
<li>The --since option which allows you to see programmes added to the cache since a number of hours ago</li>
<li>The --list [channel|categories] option which displays a unique list of categories and channels for the specified type of programme</li>
</ul>
<p>Try using the <a href="http://linuxcentre.net/iplayer">get_iplayer</a> --help option to see all new options.</p>
<p>Update v0.75:</p>
<ul>
<li>get_iplayer will now automatically try to download the MP3 radio stream and then fallback on RealAudio streams.</li>
<li>In radio mode --amode=realaudio option will prevent mp3 streams being downloaded</li>
<li>In radio mode --amode=mp3 will ensure that no RealAudio is downloaded - i.e. it disables the default fallback to realaudio</li>
<li>--force-download will make get_iplayer ignore the download history</li>
</ul>
<p>Another update: Classical music appears to be encoded at 192kbps and speech at 80kbps.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxcentre.net/get_iplayer-now-downloads-radio-in-glorious-128k-mp3-format-other-features/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nokia N95/N96 BBC iPlayer Downloads working on Linux with vlc</title>
		<link>http://linuxcentre.net/nokia-n9596-bbc-iplayer-downloads-working-on-linux-with-vlc/</link>
		<comments>http://linuxcentre.net/nokia-n9596-bbc-iplayer-downloads-working-on-linux-with-vlc/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 20:30:45 +0000</pubDate>
		<dc:creator>Phil Lewis</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[iplayer]]></category>

		<category><![CDATA[bbc]]></category>

		<category><![CDATA[get_iplayer]]></category>

		<category><![CDATA[nokia]]></category>

		<guid isPermaLink="false">http://linuxcentre.net/?p=16</guid>
		<description><![CDATA[It would appear that the BBC have already made a stream available which looks like the one going to be used in the upcoming N96 iplayer download service. I may have jumped the BBC&#8217;s gun here slightly; I used get_iplayer to extract the media stream data for a programme and fed this to vlc (a [...]]]></description>
			<content:encoded><![CDATA[<p>It would appear that the BBC have already made a stream available which looks like the one going to be used in the upcoming <a href="http://news.bbc.co.uk/1/hi/technology/7603606.stm">N96 iplayer download service</a>. I may have jumped the BBC&#8217;s gun here slightly; I used <a href="http://linuxcentre.net/iplayer/">get_iplayer</a> to extract the media stream data for a programme and fed this to <a href="http://www.videolan.org/vlc/">vlc</a> (a media player) in Linux and it plays <img src='http://linuxcentre.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  You can even save the stream.<br />
So far there is no need for any white-listed cookies or any User-agent spoofing.<br />
The resolution is not as good as that of the iPhone iplayer version 320&#215;176 compared with the iPhone&#8217;s 483&#215;272 but at least its easier to download this one! It will certainly do for mobiles as intended.<br />
I have put full instructions on the <a href="http://beebhack.wikia.com/wiki/Nokia_H.264_version">Beebhack wiki</a><br />
I&#8217;ve released a new version of <a href="http://linuxcentre.net/iplayer/">get_iplayer</a> which makes this stream information more easily accessible. For example, you can use the following command to get the RTSP url (together with the RTMP flash urls):</p>
<blockquote><p>get_iplayer --streaminfo 123</p></blockquote>
<p>Then playback using:</p>
<blockquote><p>vlc [rtsp URL]</p></blockquote>
<p>Or save the stream using: </p>
<blockquote><p>vlc --sout file/ts:stream.mpg [rtsp URL]</p></blockquote>
<p>Update: I&#8217;ve had reports that the stream also works on Realplayer on at least the Nokia N95<br />
Another update: get_iplayer can now download the N96 with the --n96 option<br />
Update: I changes the --n96 option to --n95 (cos that is what the BBC seem to be labelling it as)</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxcentre.net/nokia-n9596-bbc-iplayer-downloads-working-on-linux-with-vlc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nasty Server Crash</title>
		<link>http://linuxcentre.net/nasty-server-crash/</link>
		<comments>http://linuxcentre.net/nasty-server-crash/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 21:00:00 +0000</pubDate>
		<dc:creator>Phil Lewis</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[centos]]></category>

		<category><![CDATA[fedora]]></category>

		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://linuxcentre.net/?p=14</guid>
		<description><![CDATA[Darn, my server crashed quite badly today (web, email, dns, imap - the lot). It ran Fedora6 with Centos5 on Xen. Looks like it was some hardware problem due to possible overheating   Maybe it was that additional graphics card I added a few days ago&#8230; It caused a whole lot of filesystem corruption [...]]]></description>
			<content:encoded><![CDATA[<p>Darn, my server crashed quite badly today (web, email, dns, imap - the lot). It ran Fedora6 with Centos5 on Xen. Looks like it was some hardware problem due to possible overheating <img src='http://linuxcentre.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  Maybe it was that additional graphics card I added a few days ago&#8230; It caused a whole lot of filesystem corruption and the server was randomly segfaulting and kernel panicking. Anyway, the good news is that the Xen virtual machine which runs the website was very easy to migrate and recover to another server <img src='http://linuxcentre.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> All back up within 4 hours. Now for a newer Linux distro I think and some serious hardware testing I reckon.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxcentre.net/nasty-server-crash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BBC Podcast Support in get_iplayer</title>
		<link>http://linuxcentre.net/bbc-podcast-support-in-get_iplayer/</link>
		<comments>http://linuxcentre.net/bbc-podcast-support-in-get_iplayer/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 17:33:19 +0000</pubDate>
		<dc:creator>Phil Lewis</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[iplayer]]></category>

		<category><![CDATA[get_iplayer]]></category>

		<guid isPermaLink="false">http://linuxcentre.net/?p=13</guid>
		<description><![CDATA[Good news! get_iplayer v0.46 now indexes, searches, downloads or streams all BBC podcasts. Just use the --type=podcast or --type=all option to enable this. The podcasts appear to be in either mp3 or aac format so no transcoding is required.
]]></description>
			<content:encoded><![CDATA[<p>Good news! <a href="http://linuxcentre.net/get_iplayer/get_iplayer">get_iplayer v0.46</a> now indexes, searches, downloads or streams all BBC podcasts. Just use the --type=podcast or --type=all option to enable this. The podcasts appear to be in either mp3 or aac format so no transcoding is required.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxcentre.net/bbc-podcast-support-in-get_iplayer/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
