<?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 Helyar.net</title>
	<atom:link href="http://www.helyar.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.helyar.net</link>
	<description>From the desktop of George Helyar</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:35:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on libvlc media player in C# (part 2) by jinzhexiu999</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c-part-2/comment-page-3/#comment-10303</link>
		<dc:creator>jinzhexiu999</dc:creator>
		<pubDate>Sat, 04 Feb 2012 18:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=156#comment-10303</guid>
		<description>Hi Helyar. I need vlc player in c#. i m playing movie in my windows application.
 I need playing speed 2x, 3x 4x 
I want to know how to implement fast forward wih using vlc_media_player_set_rate, vlc_media_player_get_rate fuctnion</description>
		<content:encoded><![CDATA[<p>Hi Helyar. I need vlc player in c#. i m playing movie in my windows application.<br />
 I need playing speed 2x, 3x 4x<br />
I want to know how to implement fast forward wih using vlc_media_player_set_rate, vlc_media_player_get_rate fuctnion</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 8 is the next Vista fail. by becky</title>
		<link>http://www.helyar.net/2011/windows-8-is-the-next-vista-fail/comment-page-1/#comment-10285</link>
		<dc:creator>becky</dc:creator>
		<pubDate>Sat, 04 Feb 2012 00:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/?p=655#comment-10285</guid>
		<description>Many people even still use XP. XP is a legend :D</description>
		<content:encoded><![CDATA[<p>Many people even still use XP. XP is a legend <img src='http://www.helyar.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on libvlc media player in C# (part 2) by ravi</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c-part-2/comment-page-3/#comment-10232</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Wed, 01 Feb 2012 09:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=156#comment-10232</guid>
		<description>how can i implement frame by frame using this vlc library?</description>
		<content:encoded><![CDATA[<p>how can i implement frame by frame using this vlc library?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to compile ffmpeg from source by Benjamin</title>
		<link>http://www.helyar.net/2010/how-to-compile-ffmpeg-from-source/comment-page-1/#comment-9943</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Tue, 17 Jan 2012 12:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/?p=512#comment-9943</guid>
		<description>Thank you very much for this well-written tutorial. I have been looking for something like this for a long time.</description>
		<content:encoded><![CDATA[<p>Thank you very much for this well-written tutorial. I have been looking for something like this for a long time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on libvlc media player in C# (part 2) by Konzertheld</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c-part-2/comment-page-3/#comment-9897</link>
		<dc:creator>Konzertheld</dc:creator>
		<pubDate>Sun, 15 Jan 2012 20:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=156#comment-9897</guid>
		<description>Aaaah, it&#039;s UTF-8. That&#039;s mostly what I already tried except I didn&#039;t tried the correct charset. Awesome. Thank you! I totally agree with you it is unnecessary to build a huge framework around libvlc. The one I used before was so complex I didn&#039;t know where to start looking for an error that occured somewhen... now it&#039;s easy and transparent.</description>
		<content:encoded><![CDATA[<p>Aaaah, it&#8217;s UTF-8. That&#8217;s mostly what I already tried except I didn&#8217;t tried the correct charset. Awesome. Thank you! I totally agree with you it is unnecessary to build a huge framework around libvlc. The one I used before was so complex I didn&#8217;t know where to start looking for an error that occured somewhen&#8230; now it&#8217;s easy and transparent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on libvlc media player in C# (part 2) by George Helyar</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c-part-2/comment-page-3/#comment-9890</link>
		<dc:creator>George Helyar</dc:creator>
		<pubDate>Sun, 15 Jan 2012 14:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=156#comment-9890</guid>
		<description>Hi Konzertheld, please take a look at this thread and see if it works:
http://forum.videolan.org/viewtopic.php?f=32&amp;t=53714

The method converts the UTF-16 string to a UTF-8 byte array with System.Text.Encoding.UTF8.GetBytes and passes it as a byte array instead of a string to the libvlc function.

Another alternative may be to set the charset of the string to UTF8 when importing the function from the dll, but I have not tested this.</description>
		<content:encoded><![CDATA[<p>Hi Konzertheld, please take a look at this thread and see if it works:<br />
<a href="http://forum.videolan.org/viewtopic.php?f=32&#038;t=53714" rel="nofollow">http://forum.videolan.org/viewtopic.php?f=32&#038;t=53714</a></p>
<p>The method converts the UTF-16 string to a UTF-8 byte array with System.Text.Encoding.UTF8.GetBytes and passes it as a byte array instead of a string to the libvlc function.</p>
<p>Another alternative may be to set the charset of the string to UTF8 when importing the function from the dll, but I have not tested this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on libvlc media player in C# (part 2) by Konzertheld</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c-part-2/comment-page-3/#comment-9877</link>
		<dc:creator>Konzertheld</dc:creator>
		<pubDate>Sun, 15 Jan 2012 02:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=156#comment-9877</guid>
		<description>Thanks, that helped a lot, understanding and using. The only trouble that remains is when I have German umlauts in my file path. It is a VLC issue, do you have any idea how to work around that? I tried URL encoding, did not help. I also tried passing an ISO-8859-1 byte array instead of a string to libvlc_media_new_location or (libvlc_media_new_file, what I&#039;m usually using), also did not help. When I pass such a file, just nothing happens, it seems to be played and no error occurs but it is not played. When I rename the file so there are no more umlauts it works fine. Would be great if you could help me with that...</description>
		<content:encoded><![CDATA[<p>Thanks, that helped a lot, understanding and using. The only trouble that remains is when I have German umlauts in my file path. It is a VLC issue, do you have any idea how to work around that? I tried URL encoding, did not help. I also tried passing an ISO-8859-1 byte array instead of a string to libvlc_media_new_location or (libvlc_media_new_file, what I&#8217;m usually using), also did not help. When I pass such a file, just nothing happens, it seems to be played and no error occurs but it is not played. When I rename the file so there are no more umlauts it works fine. Would be great if you could help me with that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Encoding Script by Sean</title>
		<link>http://www.helyar.net/enc/comment-page-1/#comment-9606</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 04 Jan 2012 17:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/?page_id=352#comment-9606</guid>
		<description>What an excellent script!  You have saved me a lot of time and effort in working out how to get this done and for that I thank you!</description>
		<content:encoded><![CDATA[<p>What an excellent script!  You have saved me a lot of time and effort in working out how to get this done and for that I thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix Windows 7 MBR after GRUB by George Nguyen - Fix Windows 7 MBR after GRUB&#160;&#124;&#160;The SexyTech</title>
		<link>http://www.helyar.net/2010/fix-windows-7-mbr-after-grub/comment-page-1/#comment-9161</link>
		<dc:creator>George Nguyen - Fix Windows 7 MBR after GRUB&#160;&#124;&#160;The SexyTech</dc:creator>
		<pubDate>Tue, 20 Dec 2011 19:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/?p=545#comment-9161</guid>
		<description>[...] Source: http://www.helyar.net/2010/fix-windows-7-mbr-after-grub/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Source: <a href="http://www.helyar.net/2010/fix-windows-7-mbr-after-grub/" rel="nofollow">http://www.helyar.net/2010/fix-windows-7-mbr-after-grub/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Faster than light neutrinos by Matt</title>
		<link>http://www.helyar.net/2011/faster-than-light-neutrinos/comment-page-1/#comment-8959</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 12 Dec 2011 20:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/?p=677#comment-8959</guid>
		<description>I only know what Prof Brian Cox tells me ;)</description>
		<content:encoded><![CDATA[<p>I only know what Prof Brian Cox tells me <img src='http://www.helyar.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

