<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/libvlcnet/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/libvlcnet/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 23 May 2013 03:11:53 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/libvlcnet/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Video Stream timeout</title><link>https://sourceforge.net/p/libvlcnet/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I download and run Sample Project, I open video url but there is error time outl.&lt;br /&gt;
Please see image url &lt;a href="http://ists.com.vn/error.png." rel="nofollow"&gt;http://ists.com.vn/error.png.&lt;/a&gt;&lt;br /&gt;
Please help! Thank you very much&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chung</dc:creator><pubDate>Thu, 23 May 2013 03:11:53 -0000</pubDate><guid>https://sourceforge.net41acfe5c94fa722fa30148ceee13e6ed12dd552f</guid></item><item><title>--aspect-ratio argument is ignored</title><link>https://sourceforge.net/p/libvlcnet/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I tried to use aspect-ratio attribute to set 16:9 aspect ratio, but is totally ignored.&lt;br /&gt;
I substituted the current method  libvlc_new from LibVlcInterop.cs from media-player-vlc project with the old version of  libvlc_new and is working.&lt;br /&gt;
Please check the new version of libvlc_new if it is working correctlly.&lt;br /&gt;
Thank you very much!&lt;br /&gt;
PS:Great job!!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 16 Jun 2010 09:31:10 -0000</pubDate><guid>https://sourceforge.netfb23fa3296fb5e4f32541ffbe6d143c39cc75b17</guid></item><item><title>crash when play</title><link>https://sourceforge.net/p/libvlcnet/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If I run player on one computer (MS virtual machine win2003, .net framework 3.5) program crashes ("method not found" exception)&lt;/p&gt;
&lt;p&gt;affected line:&lt;br /&gt;
file  trunk\media-player-vlc\VlcPlayer.cs&lt;br /&gt;
line: 896&lt;br /&gt;
if ((waitingFiltersThreadStopSignal.WaitOne(50)) || (watch.Elapsed &amp;gt; timeout))&lt;/p&gt;
&lt;p&gt;solution:&lt;br /&gt;
insted of one argument 50, put two:&lt;br /&gt;
if ((waitingFiltersThreadStopSignal.WaitOne(50, false)) || (watch.Elapsed &amp;gt; timeout))&lt;/p&gt;
&lt;p&gt;Martin&lt;br /&gt;
PS. this is project is great! Thanks for it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 14 Jun 2010 10:25:38 -0000</pubDate><guid>https://sourceforge.net9e837163091b12621fc5098093c9ae93307179cf</guid></item><item><title>UTF8 strings</title><link>https://sourceforge.net/p/libvlcnet/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Для передачи mrl медиа файла, который ты открываешь, ты используешь GetUTF8HGlobalFromString. Она содержит ошибку: выделяя память для строки ты создаешь блок память длиной равной кол-ву символов во входной строке UTF16, а не количество Байт в строке UTF8&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitriy Lekomtsev</dc:creator><pubDate>Wed, 09 Jun 2010 18:14:29 -0000</pubDate><guid>https://sourceforge.net64f5582c3a0e1eaa120863f2ea9d90b2ecaa71f4</guid></item></channel></rss>