<?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 RasPi.TV</title>
	<atom:link href="http://raspi.tv/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://raspi.tv</link>
	<description>Raspberry Pi Tutorials, Videos &#38; Reviews</description>
	<lastBuildDate>Mon, 20 May 2013 05:15:09 +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 How to stream video from your RasPiCam to your Nexus 7 tablet using VLC by Michael Horne</title>
		<link>http://raspi.tv/2013/how-to-stream-video-from-your-raspicam-to-your-nexus-7-tablet-using-vlc#comment-25319</link>
		<dc:creator>Michael Horne</dc:creator>
		<pubDate>Mon, 20 May 2013 05:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://raspi.tv/?p=3099#comment-25319</guid>
		<description>Great tutorial. Worked well on my wife&#039;s Samsung Note II. Crazy interface on Android though - took me ages to see that little arrow!</description>
		<content:encoded><![CDATA[<p>Great tutorial. Worked well on my wife&#8217;s Samsung Note II. Crazy interface on Android though &#8211; took me ages to see that little arrow!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to stream video from your RasPiCam to your Nexus 7 tablet using VLC by alex</title>
		<link>http://raspi.tv/2013/how-to-stream-video-from-your-raspicam-to-your-nexus-7-tablet-using-vlc#comment-25225</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sun, 19 May 2013 21:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://raspi.tv/?p=3099#comment-25225</guid>
		<description>Oooh - I probably ought to mention all that crap that gets output. Mine does that too. Ignore it and fire up VLC on your &quot;receiving device&quot; and see if it works. :)

Perhaps I&#039;ll make a little video of this if I get time. Not had a chance yet. </description>
		<content:encoded><![CDATA[<p>Oooh &#8211; I probably ought to mention all that crap that gets output. Mine does that too. Ignore it and fire up VLC on your &#8220;receiving device&#8221; and see if it works. :)</p>
<p>Perhaps I&#8217;ll make a little video of this if I get time. Not had a chance yet. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to stream video from your RasPiCam to your Nexus 7 tablet using VLC by a w y</title>
		<link>http://raspi.tv/2013/how-to-stream-video-from-your-raspicam-to-your-nexus-7-tablet-using-vlc#comment-25222</link>
		<dc:creator>a w y</dc:creator>
		<pubDate>Sun, 19 May 2013 21:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://raspi.tv/?p=3099#comment-25222</guid>
		<description>Hi,

thanks for your tutorials...

BUT 
&lt;code&gt;
raspivid -o - -t 99999 -hf -w 640 -h 360 -fps 25&#124;cvlc -vvv stream:///dev/stdin --sout &#039;#standard{access=http,mux=ts,dst=:8090}&#039; :demux=h264
&lt;/code&gt;

seems not to work on my side, and I have no idea why, maybe you have an idea whats the issue:

&lt;code&gt;
user@raspberrypi ~ $ raspivid -o - -t 99999 -hf -w 640 -h 360 -fps 25&#124;cvlc -vvv stream:///dev/stdin --sout &#039;#standard{access=http,mux=ts,dst=:8090}&#039; :demux=h264
VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e)
[0x126f8f0] main libvlc debug: VLC media player - 2.0.3 Twoflower
[0x126f8f0] main libvlc debug: Copyright © 1996-2012 VLC authors and VideoLAN
[0x126f8f0] main libvlc debug: revision 2.0.2-93-g77aa89e
[0x126f8f0] main libvlc debug: configured with ./configure  &#039;--enable-static&#039; &#039;--build=arm-linux-gnueabihf&#039; &#039;CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security&#039; &#039;CPPFLAGS=-D_FORTIFY_SOURCE=2&#039; &#039;CXXFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security&#039; &#039;LDFLAGS=-Wl,-z,relro&#039; &#039;--config-cache&#039; &#039;--disable-maintainer-mode&#039; &#039;--disable-silent-rules&#039; &#039;--disable-update-check&#039; &#039;--enable-fast-install&#039; &#039;--prefix=/usr&#039; &#039;--docdir=/usr/share/doc/vlc-nox&#039; &#039;--sysconfdir=/etc&#039; &#039;--with-binary-version=5&#039; &#039;--enable-a52&#039; &#039;--enable-aa&#039; &#039;--enable-bluray&#039; &#039;--enable-bonjour&#039; 

------------SNIP lots of lines removed---------------------

[0x126f8f0] main libvlc debug: removing module &quot;memcpy&quot;
&lt;/code&gt;

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks for your tutorials&#8230;</p>
<p>BUT<br />
<code><br />
raspivid -o - -t 99999 -hf -w 640 -h 360 -fps 25|cvlc -vvv stream:///dev/stdin --sout '#standard{access=http,mux=ts,dst=:8090}' :demux=h264<br />
</code></p>
<p>seems not to work on my side, and I have no idea why, maybe you have an idea whats the issue:</p>
<p><code><br />
user@raspberrypi ~ $ raspivid -o - -t 99999 -hf -w 640 -h 360 -fps 25|cvlc -vvv stream:///dev/stdin --sout '#standard{access=http,mux=ts,dst=:8090}' :demux=h264<br />
VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e)<br />
[0x126f8f0] main libvlc debug: VLC media player - 2.0.3 Twoflower<br />
[0x126f8f0] main libvlc debug: Copyright © 1996-2012 VLC authors and VideoLAN<br />
[0x126f8f0] main libvlc debug: revision 2.0.2-93-g77aa89e<br />
[0x126f8f0] main libvlc debug: configured with ./configure  '--enable-static' '--build=arm-linux-gnueabihf' 'CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security' 'LDFLAGS=-Wl,-z,relro' '--config-cache' '--disable-maintainer-mode' '--disable-silent-rules' '--disable-update-check' '--enable-fast-install' '--prefix=/usr' '--docdir=/usr/share/doc/vlc-nox' '--sysconfdir=/etc' '--with-binary-version=5' '--enable-a52' '--enable-aa' '--enable-bluray' '--enable-bonjour' </p>
<p>------------SNIP lots of lines removed---------------------</p>
<p>[0x126f8f0] main libvlc debug: removing module "memcpy"<br />
</code></p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using a Wii controller with your Raspberry Pi, Gertboard, Bluetooth and Python by How to stream video from your RasPiCam to your Nexus 7 tablet using VLC » RasPi.TV</title>
		<link>http://raspi.tv/2013/using-a-wii-controller-with-your-raspberry-pi-bluetooth-and-python#comment-25173</link>
		<dc:creator>How to stream video from your RasPiCam to your Nexus 7 tablet using VLC » RasPi.TV</dc:creator>
		<pubDate>Sun, 19 May 2013 18:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://raspi.tv/?p=1896#comment-25173</guid>
		<description>[...] Gertboard &#8220;Whackadoodle&#8221; Wii controller [...]</description>
		<content:encoded><![CDATA[<p>[...] Gertboard &#8220;Whackadoodle&#8221; Wii controller [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Guzunty Pi &#8211; Open Source CPLD board for the Raspberry Pi by Derek Campbell</title>
		<link>http://raspi.tv/2013/guzunty-pi-open-source-cpld-board-for-the-raspberry-pi#comment-25112</link>
		<dc:creator>Derek Campbell</dc:creator>
		<pubDate>Sun, 19 May 2013 07:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://raspi.tv/?p=1933#comment-25112</guid>
		<description>I&#039;m continuing to experiment with driving steppers. Controlling 4 steppers is tantalizingly just out of reach.

I think I&#039;ll publish a 3 motor version while I continue tweaking the design to squeeze in the 4 that you need.</description>
		<content:encoded><![CDATA[<p>I&#8217;m continuing to experiment with driving steppers. Controlling 4 steppers is tantalizingly just out of reach.</p>
<p>I think I&#8217;ll publish a 3 motor version while I continue tweaking the design to squeeze in the 4 that you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Guzunty Pi &#8211; Open Source CPLD board for the Raspberry Pi by Derek Campbell</title>
		<link>http://raspi.tv/2013/guzunty-pi-open-source-cpld-board-for-the-raspberry-pi#comment-25111</link>
		<dc:creator>Derek Campbell</dc:creator>
		<pubDate>Sun, 19 May 2013 07:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://raspi.tv/?p=1933#comment-25111</guid>
		<description>No problem Scott, I mailed you again.</description>
		<content:encoded><![CDATA[<p>No problem Scott, I mailed you again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making a Reset Switch for your Rev 2 Raspberry Pi by eddy</title>
		<link>http://raspi.tv/2012/making-a-reset-switch-for-your-rev-2-raspberry-pi#comment-25091</link>
		<dc:creator>eddy</dc:creator>
		<pubDate>Sun, 19 May 2013 05:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://raspi.tv/?p=1529#comment-25091</guid>
		<description>A big thanks for this perfect tuto, that&#039;s make me happy :)</description>
		<content:encoded><![CDATA[<p>A big thanks for this perfect tuto, that&#8217;s make me happy :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The leaning header of Pi5a. How best to solder a header on P5? by alex</title>
		<link>http://raspi.tv/2013/the-leaning-header-of-pi5a-how-best-to-solder-a-header-on-p5#comment-25026</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sat, 18 May 2013 21:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://raspi.tv/?p=2319#comment-25026</guid>
		<description>I met AndrewS at the Cambridge Jam today. He showed me another solution for P5 which was really rather good. He used a push-fit type connector. Hopefully he&#039;s going to send over a pic and I&#039;ll show you, then maybe someone can tell us what it&#039;s called :)</description>
		<content:encoded><![CDATA[<p>I met AndrewS at the Cambridge Jam today. He showed me another solution for P5 which was really rather good. He used a push-fit type connector. Hopefully he&#8217;s going to send over a pic and I&#8217;ll show you, then maybe someone can tell us what it&#8217;s called :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make a standalone camcorder from your Raspberry Pi and RasPiCam by alex</title>
		<link>http://raspi.tv/2013/how-to-make-a-standalone-camcorder-from-your-raspberry-pi-and-raspicam#comment-24852</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 17 May 2013 16:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://raspi.tv/?p=3064#comment-24852</guid>
		<description>What a good idea :)</description>
		<content:encoded><![CDATA[<p>What a good idea :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make a standalone camcorder from your Raspberry Pi and RasPiCam by Andrew</title>
		<link>http://raspi.tv/2013/how-to-make-a-standalone-camcorder-from-your-raspberry-pi-and-raspicam#comment-24850</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 17 May 2013 16:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://raspi.tv/?p=3064#comment-24850</guid>
		<description>Could you use a Model A Pi ? You will have more space for the reg and more battery life.</description>
		<content:encoded><![CDATA[<p>Could you use a Model A Pi ? You will have more space for the reg and more battery life.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
