<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Damien wrote:
<blockquote
 cite="mid:6df580e50912100548s74fe6c35x365fb4fdbca8bccb@mail.gmail.com"
 type="cite">Hi,<br>
  <br>
  <div class="gmail_quote">2009/12/9 Developer <span dir="ltr"><<a
 moz-do-not-send="true" href="mailto:developer@noknok.net"
 target="_blank">developer@noknok.net</a>></span><br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div>Ok, from a command line:</div>
    <br>
vlc -I dummy -vvv --extraintf=logger --logfile=z:\ffmpeg\VlcLog.txt
 "z:\tempdata\sin.avi"<br>
  </blockquote>
  <div><br>
  </div>
  <div> The program starts, the video plays (directx window) and the
log file is filled with a lot of text.</div>
  <div><br>
  </div>
  <div>When launching my program directly from commandline (microsoft
framework), instanciating VLC with same parameters, log file is not
created and the media video seems to be a smiley </div>
  </div>
</blockquote>
What do you mean by running directly from commandline (mircrosoft
framework)?   Are you meaning executing a SHELL COMMAND from within say
C#?<br>
<br>
<blockquote
 cite="mid:6df580e50912100548s74fe6c35x365fb4fdbca8bccb@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">
  <div>:</div>
  <div>[0x3cacc6c] main playlist debug: adding item `☺' ( ☺ )</div>
  <div><br>
  </div>
  <div>When running with Mono, things seems to work better :</div>
  <div>[0x201fdac] main playlist debug: adding item `a.avi' ( d:\a.avi )</div>
  <div>But without interface, I can't really say if video is really
read, since nothing is shown...</div>
  <div><br>
  </div>
  <div>If I remove video from initial parameters and try to create
media using functions, it crashes when calling MediaPlayer.Play()
(Microsoft or Mono).</div>
  <div><br>
  </div>
  <div>To ease finding a solution, I will try to only use Mono for now,
but I will try to find a workaround for Microsoft framework.</div>
  </div>
</blockquote>
<br>
I am using VS2008, .Net Wrapper (MS Framework) and running 50+
simultanious streams within an application...  So issue I dont believe
it is in the framework your choosing..<br>
<br>
What would be helpful:<br>
<br>
What command are YOU running?  If your running from within a program,
some sample code be helpful..  Seems your playing a playlist vs.
playing a file directly?  a sample of that playlist would be good too. 
Also make note that playlist handling in the .NET VLC wrapper does not
work.  Most folks manually handle switching thru playlists in code.<br>
<br>
Shawn<br>
<br>
</body>
</html>