<div class="gmail_quote">2010/3/10 Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net">remi@remlab.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
On Wed, 10 Mar 2010 09:56:48 +0000, Michael Ditum <<a href="mailto:mike@mikeditum.co.uk">mike@mikeditum.co.uk</a>><br>
wrote:<br>
<div class="im">> The configuration I have to enable logging in the normal client is in<br>
> c:\Users\<uid>\AppData\Roaming\vlc\vlcrc and I've changed the following<br>
> items.<br>
<br>
</div>The VLC configuration is the VLC configuration. Other LibVLC based<br>
applications are supposed to ignore it. You can pass extra configuration<br>
parameters from the appropriate libvlc_new() call.<br></blockquote><div><br></div><div>Just an update on this... I tried adding the following lines to projects/active/plugin.cpp before the call to libvlc_new();</div><div>
<br></div><div><div>ppsz_argv[ppsz_argc++] = "--extraintf=logger";</div></div><div>ppsz_argv[ppsz_argc++] = "--verbose=2";</div><div>ppsz_argv[ppsz_argc++] = "--file-logging";</div><div>ppsz_argv[ppsz_argc++] = "--logfile=c:\\vlc.log";</div>
<div><br></div><div>When I load up the plugin I get a dos window appearing but never get any logging information appearing in it or the log. The browser also just sits there and never actually shows any content. If I leave out my lines and comment out the --ignore-config and then setup the vlcrc file for logging I also get a dos window appearing. I still get no logging output but the plugin does start showing video. I'm not convinced it's reading the vlcrc file though.</div>
<div><br></div><div>I'm getting a little stumped on how to enable logging. How was the plugin developed in the first place without being able to get any feedback whilst it's running?</div><div><br></div><div>Mike</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
--<br>
Rémi Denis-Courmont<br>
<a href="http://www.remlab.net" target="_blank">http://www.remlab.net</a><br>
<a href="http://fi.linkedin.com/in/remidenis" target="_blank">http://fi.linkedin.com/in/remidenis</a><br>
<br>
_______________________________________________<br>
</div><div><div></div><div class="h5">vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br>