<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Linuxcentre</title>
	<atom:link href="http://linuxcentre.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxcentre.net</link>
	<description> </description>
	<lastBuildDate>Wed, 20 Mar 2013 15:17:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>Comment on Disabling Contactless Cards by linuxcentre</title>
		<link>http://linuxcentre.net/disabling-contactless-cards#comment-48615</link>
		<dc:creator>linuxcentre</dc:creator>
		<pubDate>Wed, 20 Mar 2013 15:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcentre.net/?p=991#comment-48615</guid>
		<description>I believe it should be very similar if not the same- it&#039;s not really to do with the payment system but more to do with the actual card manufacturer. I suggest you try the small cut and see if the wires are in there.</description>
		<content:encoded><![CDATA[<p>I believe it should be very similar if not the same- it&#8217;s not really to do with the payment system but more to do with the actual card manufacturer. I suggest you try the small cut and see if the wires are in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disabling Contactless Cards by Joanna</title>
		<link>http://linuxcentre.net/disabling-contactless-cards#comment-48614</link>
		<dc:creator>Joanna</dc:creator>
		<pubDate>Tue, 19 Mar 2013 10:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcentre.net/?p=991#comment-48614</guid>
		<description>Any idea where it is on a Mastercard? Thanks for this infro</description>
		<content:encoded><![CDATA[<p>Any idea where it is on a Mastercard? Thanks for this infro</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disabling Contactless Cards by peter</title>
		<link>http://linuxcentre.net/disabling-contactless-cards#comment-48387</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 06 Sep 2012 13:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcentre.net/?p=991#comment-48387</guid>
		<description>HSBC contactless Debit Card - on renewal without asking csms first. 
I have just now received one such.
Phoned HSBC in NORMAL WAY, and they quickly agreed to send replacent card with NO contactless facility. Card details (otherwise) would be CLONED, NB.

I see easily exploitable tech.-scam issues with this, waiting to destroy banks!</description>
		<content:encoded><![CDATA[<p>HSBC contactless Debit Card &#8211; on renewal without asking csms first.<br />
I have just now received one such.<br />
Phoned HSBC in NORMAL WAY, and they quickly agreed to send replacent card with NO contactless facility. Card details (otherwise) would be CLONED, NB.</p>
<p>I see easily exploitable tech.-scam issues with this, waiting to destroy banks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on get_iplayer dropped in response to BBC&#8217;s lack of support for open source by patronanejo</title>
		<link>http://linuxcentre.net/get_iplayer-dropped-in-response-to-bbcs-lack-of-support-for-open-source#comment-39027</link>
		<dc:creator>patronanejo</dc:creator>
		<pubDate>Mon, 21 Nov 2011 22:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcentre.net/?p=914#comment-39027</guid>
		<description>HERE&#039;S one way to do it in Windows. If you don&#039;t mind executing batch files, you can combine your get_iplayer commands with ffmpeg commands.

FIRST download the latest static build of ffmpeg and extract ffmpeg.exe to C:/program files (x86)/get_iplayer/
SECOND right-click any empty space on your desktop and open a new text file. Rename it combined_script.bat; right-click on it and select EDIT.
THIRD cut-and-paste the following into your batch file:

::Begin batch script
C:
cd &quot;C:/program files (x86)/get_iplayer/
::Begin get_iplayer script
get_iplayer --force --raw --modes flashhd,flashvhigh --subtitles --pid b00yourprogramme -o &quot;C:/get_iplayer recordings/downloaded_progamme.flv&quot;
::Long switch --raw prevents transcoding conflicts. Note short switch -o (preceding output filename) is preceded by one hyphen; long switches are preceded by two hyphens.
pause
::Pause is optional and requires operator input to proceed to remuxing stage, but it is useful for debug purposes.
::Begin ffmpeg script
cd &quot;C:/program files (x86)/get_iplayer/
ffmpeg -i &quot;C:/get_iplayer recordings/downloaded_progamme.flv&quot; -acodec copy -vcodec copy remuxed_programme.mp4
::Note all ffmpeg switches are preceded by a single hyphen; ffmpeg does not require output switch (-o) to precede output filename
pause
::Pause is optional and requires operator input to close command line interface, but it is useful for debug purposes.
::End batch script

Change --pid b00yourprogramme to suit your download, of course.

FOURTH save batch file and double-click it to run. 

The batch file can be rewritten to take advantage of named pipes if you&#039;d like to dispense with the intermediate flash file; be sure the rest of this script works as intended before investigating your system&#039;s support for named pipes.</description>
		<content:encoded><![CDATA[<p>HERE&#8217;S one way to do it in Windows. If you don&#8217;t mind executing batch files, you can combine your get_iplayer commands with ffmpeg commands.</p>
<p>FIRST download the latest static build of ffmpeg and extract ffmpeg.exe to C:/program files (x86)/get_iplayer/<br />
SECOND right-click any empty space on your desktop and open a new text file. Rename it combined_script.bat; right-click on it and select EDIT.<br />
THIRD cut-and-paste the following into your batch file:</p>
<p>::Begin batch script<br />
C:<br />
cd &#8220;C:/program files (x86)/get_iplayer/<br />
::Begin get_iplayer script<br />
get_iplayer &#8211;force &#8211;raw &#8211;modes flashhd,flashvhigh &#8211;subtitles &#8211;pid b00yourprogramme -o &#8220;C:/get_iplayer recordings/downloaded_progamme.flv&#8221;<br />
::Long switch &#8211;raw prevents transcoding conflicts. Note short switch -o (preceding output filename) is preceded by one hyphen; long switches are preceded by two hyphens.<br />
pause<br />
::Pause is optional and requires operator input to proceed to remuxing stage, but it is useful for debug purposes.<br />
::Begin ffmpeg script<br />
cd &#8220;C:/program files (x86)/get_iplayer/<br />
ffmpeg -i &#8220;C:/get_iplayer recordings/downloaded_progamme.flv&#8221; -acodec copy -vcodec copy remuxed_programme.mp4<br />
::Note all ffmpeg switches are preceded by a single hyphen; ffmpeg does not require output switch (-o) to precede output filename<br />
pause<br />
::Pause is optional and requires operator input to close command line interface, but it is useful for debug purposes.<br />
::End batch script</p>
<p>Change &#8211;pid b00yourprogramme to suit your download, of course.</p>
<p>FOURTH save batch file and double-click it to run. </p>
<p>The batch file can be rewritten to take advantage of named pipes if you&#8217;d like to dispense with the intermediate flash file; be sure the rest of this script works as intended before investigating your system&#8217;s support for named pipes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BBC iPlayer HD 1280&#215;720 now supported by get_iplayer by smiffy</title>
		<link>http://linuxcentre.net/bbc-iplayer-hd-1280x720-now-supported-by-get_iplayer#comment-38200</link>
		<dc:creator>smiffy</dc:creator>
		<pubDate>Wed, 09 Nov 2011 22:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcentre.net/?p=313#comment-38200</guid>
		<description>hi, 

just like to say i&#039;m using the Web PVR Manager frontend for get_iPlayer on Windows - hope this will help someone for getting HD progs down:

To use the --flashhd option they&#039;re talking about above, find &quot;Recording Modes&quot; in the &quot;Recording&quot; tab of the sub-navigation and put &quot;flashhd,&quot; without quotes, and yes with the comma, at the front of the list. Click &quot;force recording&quot; (in case you&#039;ve dld the non-HD ver) and then &quot;Save as default&quot; . (Delete any non-HD things you didn&#039;t want.) Then , close and restart the Web PVR Manager - ie,close the browser tabs AND click the DOS box closed. When you restart Web PVR Mgr, the flashhd preference will have &quot;taken&quot;. Check the output of the recording blurb to verify this next time you try to grab an HD prog -  it should have the HD dimensions in there - ie:

INFO:   width                 1280.00
INFO:   height                720.00


hth,
smiffy</description>
		<content:encoded><![CDATA[<p>hi, </p>
<p>just like to say i&#8217;m using the Web PVR Manager frontend for get_iPlayer on Windows &#8211; hope this will help someone for getting HD progs down:</p>
<p>To use the &#8211;flashhd option they&#8217;re talking about above, find &#8220;Recording Modes&#8221; in the &#8220;Recording&#8221; tab of the sub-navigation and put &#8220;flashhd,&#8221; without quotes, and yes with the comma, at the front of the list. Click &#8220;force recording&#8221; (in case you&#8217;ve dld the non-HD ver) and then &#8220;Save as default&#8221; . (Delete any non-HD things you didn&#8217;t want.) Then , close and restart the Web PVR Manager &#8211; ie,close the browser tabs AND click the DOS box closed. When you restart Web PVR Mgr, the flashhd preference will have &#8220;taken&#8221;. Check the output of the recording blurb to verify this next time you try to grab an HD prog &#8211;  it should have the HD dimensions in there &#8211; ie:</p>
<p>INFO:   width                 1280.00<br />
INFO:   height                720.00</p>
<p>hth,<br />
smiffy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows7 and Vista Testers Required for New Automated Installer by Ali</title>
		<link>http://linuxcentre.net/windows7-and-vista-testers-required-for-new-automated-installer#comment-37291</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Sun, 16 Oct 2011 07:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcentre.net/?p=804#comment-37291</guid>
		<description>I&#039;m trying to use the installer on Windows 7 Home Premium 64-bit. During the installation the installer reads Execute:&quot;Perl.exe&quot;get_iplayer.pl --plugins-update and a window entitled &quot;C:\Program Files (x86)\get_iplayer\perl.exe&quot; opens. In the window there is info about no warranty then the following lines:
WARNING: running the updater again to get plugins
INFO: current version is 2.80
INFO: checking for latest version from www.infradead.org
There everything stops.  What do I need to do to get the program to install. My knowledge is very very limited.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use the installer on Windows 7 Home Premium 64-bit. During the installation the installer reads Execute:&#8221;Perl.exe&#8221;get_iplayer.pl &#8211;plugins-update and a window entitled &#8220;C:\Program Files (x86)\get_iplayer\perl.exe&#8221; opens. In the window there is info about no warranty then the following lines:<br />
WARNING: running the updater again to get plugins<br />
INFO: current version is 2.80<br />
INFO: checking for latest version from <a href="http://www.infradead.org" rel="nofollow">http://www.infradead.org</a><br />
There everything stops.  What do I need to do to get the program to install. My knowledge is very very limited.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on get_iplayer dropped in response to BBC&#8217;s lack of support for open source by John</title>
		<link>http://linuxcentre.net/get_iplayer-dropped-in-response-to-bbcs-lack-of-support-for-open-source#comment-32344</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 27 Jul 2011 20:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcentre.net/?p=914#comment-32344</guid>
		<description>Using the Windows version and it too has started failing since Monday - obviously the BBC have been making changes. Programs I downloaded last week fail now with all the same settings.</description>
		<content:encoded><![CDATA[<p>Using the Windows version and it too has started failing since Monday &#8211; obviously the BBC have been making changes. Programs I downloaded last week fail now with all the same settings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on get_iplayer dropped in response to BBC&#8217;s lack of support for open source by Dan</title>
		<link>http://linuxcentre.net/get_iplayer-dropped-in-response-to-bbcs-lack-of-support-for-open-source#comment-32052</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 12 Jul 2011 15:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcentre.net/?p=914#comment-32052</guid>
		<description>HI,
I can&#039;t get RTMP to download anymore. I get this error:

C:\Program Files\get_iplayer&gt;perl.exe get_iplayer.pl  --get 212 --modes=flashstd1
get_iplayer v2.79, Copyright (C) 2008-2010 Phil Lewis
  This program comes with ABSOLUTELY NO WARRANTY; for details use --warranty.
  This is free software, and you are welcome to redistribute it under certain
  conditions; use --conditions for details.
....
...
...

640.000 kB / 10.92 sec (0.2%)
ERROR: WriteN, RTMP send error 10054 (46 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 65693
647.942 kB / 10.92 sec (0.2%)
Download may be incomplete (downloaded about 0.20%), try resuming
INFO: Command exit code 2 (raw code = 512)
WARNING: Failed to stream file C:\Documents and Settings\Owner\Desktop\iPlayer R
ecordings/EastEnders_Omnibus_-_Part_2_b012kpsp_default.partial.mp4.flv via RTMP
INFO: skipping flashstd1 mode
ERROR: Failed to record &#039;EastEnders Omnibus - Part 2 (b012kpsp)&#039;

Help Anyone?</description>
		<content:encoded><![CDATA[<p>HI,<br />
I can&#8217;t get RTMP to download anymore. I get this error:</p>
<p>C:\Program Files\get_iplayer&gt;perl.exe get_iplayer.pl  &#8211;get 212 &#8211;modes=flashstd1<br />
get_iplayer v2.79, Copyright (C) 2008-2010 Phil Lewis<br />
  This program comes with ABSOLUTELY NO WARRANTY; for details use &#8211;warranty.<br />
  This is free software, and you are welcome to redistribute it under certain<br />
  conditions; use &#8211;conditions for details.<br />
&#8230;.<br />
&#8230;<br />
&#8230;</p>
<p>640.000 kB / 10.92 sec (0.2%)<br />
ERROR: WriteN, RTMP send error 10054 (46 bytes)<br />
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 65693<br />
647.942 kB / 10.92 sec (0.2%)<br />
Download may be incomplete (downloaded about 0.20%), try resuming<br />
INFO: Command exit code 2 (raw code = 512)<br />
WARNING: Failed to stream file C:\Documents and Settings\Owner\Desktop\iPlayer R<br />
ecordings/EastEnders_Omnibus_-_Part_2_b012kpsp_default.partial.mp4.flv via RTMP<br />
INFO: skipping flashstd1 mode<br />
ERROR: Failed to record &#8216;EastEnders Omnibus &#8211; Part 2 (b012kpsp)&#8217;</p>
<p>Help Anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on get_iplayer gets Live BBC iPlayer Stream Support by Yvan</title>
		<link>http://linuxcentre.net/get_iplayer-gets-live-bbc-iplayer-stream-support#comment-30286</link>
		<dc:creator>Yvan</dc:creator>
		<pubDate>Thu, 12 May 2011 17:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcentre.net/?p=503#comment-30286</guid>
		<description>I&#039;ve got the same issue on mplayer and a dedicated stream. The solution was to use «trickle», which limited the bandwidth of mplayer, hence the stream isn&#039;t cut.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got the same issue on mplayer and a dedicated stream. The solution was to use «trickle», which limited the bandwidth of mplayer, hence the stream isn&#8217;t cut.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPlayer Search Help by Charlie</title>
		<link>http://linuxcentre.net/projects/iplayer-search#comment-29976</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Sat, 23 Apr 2011 19:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcentre.net/?page_id=935#comment-29976</guid>
		<description>Can it be made to encompass Radio 4 Extra ?</description>
		<content:encoded><![CDATA[<p>Can it be made to encompass Radio 4 Extra ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
