<?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 2)</title>
	<atom:link href="http://www.helyar.net/2009/libvlc-media-player-in-c-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.helyar.net/2009/libvlc-media-player-in-c-part-2/</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: 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>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>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>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>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>By: Samsung</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c-part-2/comment-page-3/#comment-8904</link>
		<dc:creator>Samsung</dc:creator>
		<pubDate>Sat, 10 Dec 2011 13:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=156#comment-8904</guid>
		<description>HI Helyar, 
Thanks for great post.
I am tring to stream on http like the command line &quot;C:\Users\Public\Videos\Sample Videos\Wildlife.wmv&quot;:
sout=#transcode{vcodec=h264,acodec=mp3,ab=128,channels=2,samplerate=44100}:http{dst=:8090/go.mpg}
does using your code....but I couldnt able to do. 
Could you please tell me where i can give my vlc parameters to start streaming?

Thanks.</description>
		<content:encoded><![CDATA[<p>HI Helyar,<br />
Thanks for great post.<br />
I am tring to stream on http like the command line &#8220;C:\Users\Public\Videos\Sample Videos\Wildlife.wmv&#8221;:<br />
sout=#transcode{vcodec=h264,acodec=mp3,ab=128,channels=2,samplerate=44100}:http{dst=:8090/go.mpg}<br />
does using your code&#8230;.but I couldnt able to do.<br />
Could you please tell me where i can give my vlc parameters to start streaming?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nice</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c-part-2/comment-page-3/#comment-8544</link>
		<dc:creator>Nice</dc:creator>
		<pubDate>Thu, 24 Nov 2011 14:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=156#comment-8544</guid>
		<description>Hi Helyar. I need forward example code. Please send me source code.</description>
		<content:encoded><![CDATA[<p>Hi Helyar. I need forward example code. Please send me source code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c-part-2/comment-page-3/#comment-8463</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 21 Nov 2011 02:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=156#comment-8463</guid>
		<description>George,

Thanks a big heap for the simple article. I was able to use the examples to get my unattended remote play out server working with one exception. If I play a file for a certain duration say 30 minute, but it turns out to end after 15 minutes, the player still says it is playing and freezes on the last frame and will stay there until my timer says it should be done. I thought I could check for being stopped or set a stopped event, but that doesn&#039;t work. I tried the command line parameter --play-and-exit, without success either. I didn&#039;t see any functions on the VLC page you referenced in the previous post (or maybe I didn&#039;t know what to look for). Any advice?

Thanks.</description>
		<content:encoded><![CDATA[<p>George,</p>
<p>Thanks a big heap for the simple article. I was able to use the examples to get my unattended remote play out server working with one exception. If I play a file for a certain duration say 30 minute, but it turns out to end after 15 minutes, the player still says it is playing and freezes on the last frame and will stay there until my timer says it should be done. I thought I could check for being stopped or set a stopped event, but that doesn&#8217;t work. I tried the command line parameter &#8211;play-and-exit, without success either. I didn&#8217;t see any functions on the VLC page you referenced in the previous post (or maybe I didn&#8217;t know what to look for). Any advice?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Helyar</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c-part-2/comment-page-3/#comment-8300</link>
		<dc:creator>George Helyar</dc:creator>
		<pubDate>Mon, 14 Nov 2011 08:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=156#comment-8300</guid>
		<description>Try &lt;a href=&quot;http://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc__media__player.html#gaa81be3afb20eddedf7ae56e98d4b1e06&quot; rel=&quot;nofollow&quot;&gt;libvlc_media_player_set_rate&lt;/a&gt;.

If you&#039;re unsure how to use the function, read both pages of this post. That&#039;s what the purpose of it is, and you can apply it to any function..</description>
		<content:encoded><![CDATA[<p>Try <a href="http://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc__media__player.html#gaa81be3afb20eddedf7ae56e98d4b1e06" rel="nofollow">libvlc_media_player_set_rate</a>.</p>
<p>If you&#8217;re unsure how to use the function, read both pages of this post. That&#8217;s what the purpose of it is, and you can apply it to any function..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nice</title>
		<link>http://www.helyar.net/2009/libvlc-media-player-in-c-part-2/comment-page-3/#comment-8296</link>
		<dc:creator>Nice</dc:creator>
		<pubDate>Mon, 14 Nov 2011 06:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/blog/?p=156#comment-8296</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 6x 8x 16x,32x .. etc. how to playing speed in c#????? I need help please</description>
		<content:encoded><![CDATA[<p>Hi Helyar. I need vlc player in c#. i m playing movie in my windows application. I need playing speed 2x, 3x 4x 6x 8x 16x,32x .. etc. how to playing speed in c#????? I need help please</p>
]]></content:encoded>
	</item>
</channel>
</rss>

