Hi,<br><br><div class="gmail_quote">2009/12/9 Developer <span dir="ltr"><<a href="mailto:developer@noknok.net" target="_blank">developer@noknok.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;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>[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><br></div><div>Damien</div></div>