<?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 on: libvlc media player in C# (part 1)</title>
	<atom:link href="http://www.helyar.net/2009/libvlc-media-player-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.helyar.net/2009/libvlc-media-player-in-c/</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>By: George Helyar</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c/comment-page-1/#comment-8577</link>
		<dc:creator>George Helyar</dc:creator>
		<pubDate>Sat, 26 Nov 2011 14:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=142#comment-8577</guid>
		<description>@Bayaraa
Read the post again.

There is no 64 bit libvlc. If you want to use libvlc, you need to set your C# project to 32 bit (which will still allow it to be run on 64 bit windows). This also means that any other DLLs you link to in the same binary must also be 32 bit.</description>
		<content:encoded><![CDATA[<p>@Bayaraa<br />
Read the post again.</p>
<p>There is no 64 bit libvlc. If you want to use libvlc, you need to set your C# project to 32 bit (which will still allow it to be run on 64 bit windows). This also means that any other DLLs you link to in the same binary must also be 32 bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bayaraa</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c/comment-page-1/#comment-8572</link>
		<dc:creator>Bayaraa</dc:creator>
		<pubDate>Sat, 26 Nov 2011 09:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=142#comment-8572</guid>
		<description>Hi Helyar, i need VLC media player in my c# application. But i can&#039;t use it. My computer CPU type 64bit and my application must work in 64bit. How do i use VLC ? Can you give me some VLC examples for 64bit if it possible. </description>
		<content:encoded><![CDATA[<p>Hi Helyar, i need VLC media player in my c# application. But i can&#8217;t use it. My computer CPU type 64bit and my application must work in 64bit. How do i use VLC ? Can you give me some VLC examples for 64bit if it possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aneesh</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c/comment-page-1/#comment-5577</link>
		<dc:creator>Aneesh</dc:creator>
		<pubDate>Wed, 22 Jun 2011 05:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=142#comment-5577</guid>
		<description>Hi George,

Thanks for your replay. I&#039;m using C# winform to create this application. I&#039;ve already set the ContextMenuStrip with the axvlc plugin. Axvlc plugin has the property ContextMenuStrip to set the ContextMenuStrip. Actually I&#039;m using multiple  axvlc plugin in a form.ContextMenuStrip is working fine when video stops. It is not working while the video is playing. Please help.

Thanks,
Aneesh</description>
		<content:encoded><![CDATA[<p>Hi George,</p>
<p>Thanks for your replay. I&#8217;m using C# winform to create this application. I&#8217;ve already set the ContextMenuStrip with the axvlc plugin. Axvlc plugin has the property ContextMenuStrip to set the ContextMenuStrip. Actually I&#8217;m using multiple  axvlc plugin in a form.ContextMenuStrip is working fine when video stops. It is not working while the video is playing. Please help.</p>
<p>Thanks,<br />
Aneesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Helyar</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c/comment-page-1/#comment-5569</link>
		<dc:creator>George Helyar</dc:creator>
		<pubDate>Tue, 21 Jun 2011 10:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=142#comment-5569</guid>
		<description>The context menu is part of the VLC client, not the libvlc library. Write your own.</description>
		<content:encoded><![CDATA[<p>The context menu is part of the VLC client, not the libvlc library. Write your own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aneesh</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c/comment-page-1/#comment-5564</link>
		<dc:creator>Aneesh</dc:creator>
		<pubDate>Tue, 21 Jun 2011 05:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=142#comment-5564</guid>
		<description>I&#039;ve created a media payer using libvlc.dll. While playing the video it is not displaying the context menu with this vlc control. I need to display the context menus when playing the video. If it is not playing it is displaying the context menus when  right clicking the mouse. Please help me..</description>
		<content:encoded><![CDATA[<p>I&#8217;ve created a media payer using libvlc.dll. While playing the video it is not displaying the context menu with this vlc control. I need to display the context menus when playing the video. If it is not playing it is displaying the context menus when  right clicking the mouse. Please help me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Helyar</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c/comment-page-1/#comment-4620</link>
		<dc:creator>George Helyar</dc:creator>
		<pubDate>Wed, 06 Apr 2011 13:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=142#comment-4620</guid>
		<description>moon, you need both libvlc.dll and libvlccore.dll. You also need many of the dlls from VLC&#039;s plugin directory, as these are what provide codec support, interlace support, etc. These all need to be from the same version of VLC too. This means that you need almost the entire VLC installation to get all the dlls, so just install or extract the latest version of VLC, take the two main dlls from there and change the plugin-path argument in your libvlc initialisation call to point to the plugin directory inside the VLC directory you just created when installing or extracting.

You may be able to distribute a subset of the DLLs in the plugin directory but distribution is not covered here.</description>
		<content:encoded><![CDATA[<p>moon, you need both libvlc.dll and libvlccore.dll. You also need many of the dlls from VLC&#8217;s plugin directory, as these are what provide codec support, interlace support, etc. These all need to be from the same version of VLC too. This means that you need almost the entire VLC installation to get all the dlls, so just install or extract the latest version of VLC, take the two main dlls from there and change the plugin-path argument in your libvlc initialisation call to point to the plugin directory inside the VLC directory you just created when installing or extracting.</p>
<p>You may be able to distribute a subset of the DLLs in the plugin directory but distribution is not covered here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moon1337</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c/comment-page-1/#comment-4616</link>
		<dc:creator>Moon1337</dc:creator>
		<pubDate>Wed, 06 Apr 2011 09:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=142#comment-4616</guid>
		<description>I can&#039;t find libvlc.dll anywhere, why isn&#039;t this file on www.videolan.org ?
When I try your code I get a System.DllNotFoundException ...</description>
		<content:encoded><![CDATA[<p>I can&#8217;t find libvlc.dll anywhere, why isn&#8217;t this file on <a href="http://www.videolan.org" rel="nofollow">http://www.videolan.org</a> ?<br />
When I try your code I get a System.DllNotFoundException &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: villecoder</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c/comment-page-1/#comment-3420</link>
		<dc:creator>villecoder</dc:creator>
		<pubDate>Thu, 06 Jan 2011 16:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=142#comment-3420</guid>
		<description>Really great information and an excellent introduction to how to use libvlc from .NET.  Really, this is the first post I&#039;ve seen that had some simple, easy to follow, non-complicated advice on how to use Interop to interface with the library.  This will go a long way to help me with my project.  Thank you!</description>
		<content:encoded><![CDATA[<p>Really great information and an excellent introduction to how to use libvlc from .NET.  Really, this is the first post I&#8217;ve seen that had some simple, easy to follow, non-complicated advice on how to use Interop to interface with the library.  This will go a long way to help me with my project.  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Streaming in C# with VLC ( using libVLC ) - Cisco IP camera - mpeg4pattern of Life</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c/comment-page-1/#comment-3317</link>
		<dc:creator>Streaming in C# with VLC ( using libVLC ) - Cisco IP camera - mpeg4pattern of Life</dc:creator>
		<pubDate>Sun, 02 Jan 2011 22:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=142#comment-3317</guid>
		<description>[...] Firstly, libvlc is great! , almost &#8211; all streaming types &#8211; are supported. However, it is written in C language and also finding a good wrapper for C# is very hard. After litte research and try, we decided to use helyar&#8217;s libvlc wrapper. [...]</description>
		<content:encoded><![CDATA[<p>[...] Firstly, libvlc is great! , almost &#8211; all streaming types &#8211; are supported. However, it is written in C language and also finding a good wrapper for C# is very hard. After litte research and try, we decided to use helyar&#8217;s libvlc wrapper. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jiga</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c/comment-page-1/#comment-2125</link>
		<dc:creator>jiga</dc:creator>
		<pubDate>Wed, 01 Dec 2010 00:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=142#comment-2125</guid>
		<description>Can this play youtube video directly from link??

The actual vlc player can do this, but i am not sure if libvlc supports it.</description>
		<content:encoded><![CDATA[<p>Can this play youtube video directly from link??</p>
<p>The actual vlc player can do this, but i am not sure if libvlc supports it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

