<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/libvlcnet/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/libvlcnet/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/libvlcnet/bugs/</id><updated>2013-05-23T03:11:53.055000Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Video Stream timeout</title><link href="https://sourceforge.net/p/libvlcnet/bugs/6/" rel="alternate"/><published>2013-05-23T03:11:53.055000Z</published><updated>2013-05-23T03:11:53.055000Z</updated><author><name>Chung</name><uri>https://sourceforge.net/u/chungdev/</uri></author><id>https://sourceforge.net41acfe5c94fa722fa30148ceee13e6ed12dd552f</id><summary type="html">&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;</summary></entry><entry><title>--aspect-ratio argument is ignored</title><link href="https://sourceforge.net/p/libvlcnet/bugs/5/" rel="alternate"/><published>2010-06-16T09:31:10Z</published><updated>2010-06-16T09:31:10Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netfb23fa3296fb5e4f32541ffbe6d143c39cc75b17</id><summary type="html">&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;</summary></entry><entry><title>crash when play</title><link href="https://sourceforge.net/p/libvlcnet/bugs/4/" rel="alternate"/><published>2010-06-14T10:25:38Z</published><updated>2010-06-14T10:25:38Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net9e837163091b12621fc5098093c9ae93307179cf</id><summary type="html">&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;</summary></entry><entry><title>UTF8 strings</title><link href="https://sourceforge.net/p/libvlcnet/bugs/1/" rel="alternate"/><published>2010-06-09T18:14:29Z</published><updated>2010-06-09T18:14:29Z</updated><author><name>Dmitriy Lekomtsev</name><uri>https://sourceforge.net/u/lekomtsev/</uri></author><id>https://sourceforge.net64f5582c3a0e1eaa120863f2ea9d90b2ecaa71f4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Для передачи mrl медиа файла, который ты открываешь, ты используешь GetUTF8HGlobalFromString. Она содержит ошибку: выделяя память для строки ты создаешь блок память длиной равной кол-ву символов во входной строке UTF16, а не количество Байт в строке UTF8&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>