<?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 George&#039;s weblog</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>Wed, 10 Mar 2010 07:07:48 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on WordPress theme: Kubrick (wide) by PlF</title>
		<link>http://www.helyar.net/2009/wordpress-theme-kubrick-wide/comment-page-1/#comment-262</link>
		<dc:creator>PlF</dc:creator>
		<pubDate>Wed, 10 Mar 2010 07:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=65#comment-262</guid>
		<description>Thanks George, your guidance helped me make Kubrick wider on Wordpress 2.9.2.

As the style.css did change a bit, a few modifications were necessary (images and header-img.php changes remain the same).

Here&#039;s the link to the updated changes:

http://blog.bottomlessinc.com/2010/03/09/making-the-default-wordpress-kubrick-theme-wider/

Best</description>
		<content:encoded><![CDATA[<p>Thanks George, your guidance helped me make Kubrick wider on Wordpress 2.9.2.</p>
<p>As the style.css did change a bit, a few modifications were necessary (images and header-img.php changes remain the same).</p>
<p>Here&#8217;s the link to the updated changes:</p>
<p><a href="http://blog.bottomlessinc.com/2010/03/09/making-the-default-wordpress-kubrick-theme-wider/" rel="nofollow">http://blog.bottomlessinc.com/2010/03/09/making-the-default-wordpress-kubrick-theme-wider/</a></p>
<p>Best</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on libvlc media player in C# (part 2) by Andrew</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c-part-2/comment-page-1/#comment-252</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 05 Mar 2010 17:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=156#comment-252</guid>
		<description>George,

Thank you for your previous reply.

I&#039;ve got the following code: -

            VlcMedia media = new VlcMedia(instance, &quot;..\\..\\Movies\\Wildlife.wmv&quot;);
            vlcplayer = new VlcMediaPlayer(media);
            vlcplayer.Drawable = pnlVLC.Handle;
            vlcplayer.Play();

I wonder if you know how to acheive the following?

1) Play all files in a directory and repeat once the last file has been played?

2) Play all files in a directory from a network location, if not the same as 1?

3) Stream media from a central location, again repeating once last file has been played?

I appreciate it&#039;s a lot to ask, but I can&#039;t seem to find any examples of doing this with VLC in C# on the web.

Your code and post has so far been a life saver!!

Best Regards,

Andrew</description>
		<content:encoded><![CDATA[<p>George,</p>
<p>Thank you for your previous reply.</p>
<p>I&#8217;ve got the following code: -</p>
<p>            VlcMedia media = new VlcMedia(instance, &#8220;..\\..\\Movies\\Wildlife.wmv&#8221;);<br />
            vlcplayer = new VlcMediaPlayer(media);<br />
            vlcplayer.Drawable = pnlVLC.Handle;<br />
            vlcplayer.Play();</p>
<p>I wonder if you know how to acheive the following?</p>
<p>1) Play all files in a directory and repeat once the last file has been played?</p>
<p>2) Play all files in a directory from a network location, if not the same as 1?</p>
<p>3) Stream media from a central location, again repeating once last file has been played?</p>
<p>I appreciate it&#8217;s a lot to ask, but I can&#8217;t seem to find any examples of doing this with VLC in C# on the web.</p>
<p>Your code and post has so far been a life saver!!</p>
<p>Best Regards,</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on libvlc media player in C# (part 2) by Andrew</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c-part-2/comment-page-1/#comment-246</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 04 Mar 2010 17:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=156#comment-246</guid>
		<description>Hi,

Sorry, I found the problem and it&#039;s now working.

Sorry to bother you :-)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Sorry, I found the problem and it&#8217;s now working.</p>
<p>Sorry to bother you <img src='http://www.helyar.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </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-1/#comment-245</link>
		<dc:creator>George Helyar</dc:creator>
		<pubDate>Thu, 04 Mar 2010 17:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=156#comment-245</guid>
		<description>This may be an incompatibility with your version of VLC or libvlc. You must have VLC installed on the system and provide an accurate plugin path etc. The plugin path will vary depending on where you installed VLC to and seems to be the most important command line argument.</description>
		<content:encoded><![CDATA[<p>This may be an incompatibility with your version of VLC or libvlc. You must have VLC installed on the system and provide an accurate plugin path etc. The plugin path will vary depending on where you installed VLC to and seems to be the most important command line argument.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on libvlc media player in C# (part 2) by Andrew</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c-part-2/comment-page-1/#comment-244</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 04 Mar 2010 17:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=156#comment-244</guid>
		<description>Hi,

I&#039;ve just downloaded your project and tried running it.  When I try a command window opens displaying: -

&#039;The command line options couldn&#039;t be loaded, check that they are valid. - Press the RETURN key to continue...&#039;

What have I missed?

Thank You &amp; Regards,

Andrew</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve just downloaded your project and tried running it.  When I try a command window opens displaying: -</p>
<p>&#8216;The command line options couldn&#8217;t be loaded, check that they are valid. &#8211; Press the RETURN key to continue&#8230;&#8217;</p>
<p>What have I missed?</p>
<p>Thank You &amp; Regards,</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geek love by Brian</title>
		<link>http://www.helyar.net/2010/geek-love/comment-page-1/#comment-165</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 07 Feb 2010 09:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/2010/geek-love/#comment-165</guid>
		<description>Speaking of love, congrats about you and sakie, i hope everything goes well for you too, and hope she doest fuck you around, because laine did enough of that to you allready. Anyway, best of luck george, and once again congratulation, all the best 

- Brian.</description>
		<content:encoded><![CDATA[<p>Speaking of love, congrats about you and sakie, i hope everything goes well for you too, and hope she doest fuck you around, because laine did enough of that to you allready. Anyway, best of luck george, and once again congratulation, all the best </p>
<p>- Brian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Debian by Vooshy</title>
		<link>http://www.helyar.net/2009/installing-debian/comment-page-1/#comment-106</link>
		<dc:creator>Vooshy</dc:creator>
		<pubDate>Sun, 20 Dec 2009 22:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=74#comment-106</guid>
		<description>Well Documented install, helped alot. Thanks.</description>
		<content:encoded><![CDATA[<p>Well Documented install, helped alot. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on libvlc media player in C# (part 1) by George Helyar</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c/comment-page-1/#comment-102</link>
		<dc:creator>George Helyar</dc:creator>
		<pubDate>Wed, 25 Nov 2009 16:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=142#comment-102</guid>
		<description>I am not a VLC support forum. Please use the proper support channels. You could start with the &lt;a href=&quot;http://wiki.videolan.org/VLC_command-line_help&quot; rel=&quot;nofollow&quot;&gt;Wiki&lt;/a&gt;.

All I can say is that the plugin-path argument is the most important so make sure you get it absolutely correct.


You should try running vlc.exe with the same command line arguments to test them first.</description>
		<content:encoded><![CDATA[<p>I am not a VLC support forum. Please use the proper support channels. You could start with the <a href="http://wiki.videolan.org/VLC_command-line_help" rel="nofollow">Wiki</a>.</p>
<p>All I can say is that the plugin-path argument is the most important so make sure you get it absolutely correct.</p>
<p>You should try running vlc.exe with the same command line arguments to test them first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on libvlc media player in C# (part 1) by Yasir</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c/comment-page-1/#comment-101</link>
		<dc:creator>Yasir</dc:creator>
		<pubDate>Wed, 25 Nov 2009 14:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=142#comment-101</guid>
		<description>How can i play udp stream this way?

&lt;pre lang=&quot;csharp&quot;&gt; string[] args = new string[] {
                &quot;-I&quot;, &quot;dummy&quot;, &quot;--ignore-config&quot;,
                @&quot;--plugin-path=C:\Program Files\VideoLAN\VLC\plugins&quot;,
                &quot;--vout-filter=deinterlace&quot;, &quot;--deinterlace-mode=blend&quot;,&quot;udp://&quot;+txtIP.Text+&quot;:&quot;+txtPort.Text
            };&lt;/pre&gt;

this way? because i use write

udp://ip address:port instead of filename it does not work.</description>
		<content:encoded><![CDATA[<p>How can i play udp stream this way?</p>

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;"> <span style="color: #FF0000;color: #0000FF;">string</span><span style="color: #000000;color: #000000;">&#91;</span><span style="color: #000000;color: #000000;">&#93;</span> args <span style="color: #008000;color: #000000;">=</span> <span style="color: #008000;color: #0000FF;">new</span> <span style="color: #FF0000;color: #0000FF;">string</span><span style="color: #000000;color: #000000;">&#91;</span><span style="color: #000000;color: #000000;">&#93;</span> <span style="color: #000000;color: #000000;">&#123;</span>
                <span style="color: #666666;color: #800000;">&quot;-I&quot;</span>, <span style="color: #666666;color: #800000;">&quot;dummy&quot;</span>, <span style="color: #666666;color: #800000;">&quot;--ignore-config&quot;</span>,
                <span style="color: #666666;">@&quot;--plugin-path=C:\Program Files\VideoLAN\VLC\plugins&quot;</span>,
                <span style="color: #666666;color: #800000;">&quot;--vout-filter=deinterlace&quot;</span>, <span style="color: #666666;color: #800000;">&quot;--deinterlace-mode=blend&quot;</span>,<span style="color: #666666;color: #800000;">&quot;udp://&quot;</span><span style="color: #008000;color: #000000;">+</span>txtIP.<span style="color: #0000FF;">Text</span><span style="color: #008000;color: #000000;">+</span><span style="color: #666666;color: #800000;">&quot;:&quot;</span><span style="color: #008000;color: #000000;">+</span>txtPort.<span style="color: #0000FF;">Text</span>
            <span style="color: #000000;color: #000000;">&#125;</span><span style="color: #008000;color: #000000;">;</span></pre></div></div>

<p>this way? because i use write</p>
<p>udp://ip address:port instead of filename it does not work.</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-1/#comment-100</link>
		<dc:creator>George Helyar</dc:creator>
		<pubDate>Wed, 18 Nov 2009 18:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=156#comment-100</guid>
		<description>Hi tackmar, please read paragraph 4 of &lt;a href=&quot;http://www.helyar.net/2009/libvlc-media-player-in-c/&quot; rel=&quot;nofollow&quot;&gt;part 1&lt;/a&gt;. &quot;The first thing to note ...&quot;</description>
		<content:encoded><![CDATA[<p>Hi tackmar, please read paragraph 4 of <a href="http://www.helyar.net/2009/libvlc-media-player-in-c/" rel="nofollow">part 1</a>. &#8220;The first thing to note &#8230;&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
