Page 1 of 1

HOWTO turn on debug logging in ActiveX

Posted: 20 Sep 2006 13:43
by hm
Is there any way to turn on debug logging in ActiveX to file or to dialog? For some reason ActiveX control in my program refuses to send video, while VLC sends w\o problems. Need debug log!

Posted: 25 Sep 2006 16:49
by hm
:cry: Any chance to receive any help on this forum?

Posted: 26 Sep 2006 12:16
by karlar
dont thinks so ... but would be cool

Posted: 26 Sep 2006 13:29
by Jean-Baptiste Kempf
If you don't have an answer here, it means that noone has the answer/ or that you are not clear in your question.

For vlc, you are totally able to log everything using the logger interface, or while launching vlc with debug mode.

Posted: 28 Sep 2006 16:38
by hm
If you don't have an answer here, it means that noone has the answer/ or that you are not clear in your question.

For vlc, you are totally able to log everything using the logger interface, or while launching vlc with debug mode.
Ok. My problem:
1) VLC. Windows VLC. Live web-cam video streaming. All works fine. I do know how to turn on logging in VLC.exe. Good documentation.
2) ActiveX VLC plug-in. Windows. Live web-cam video streaming. Just the same streaming params. No output. I don't know how to turn on logging in axvlc.dll. Lack of documentation.
3) If the logger interface is present in ActiveX VLC, I'll be very glad to see some ideas about it.

Posted: 09 Nov 2006 11:48
by Yapadavaro
Hi hm,

could you post your html/javascript code ?
If I could help you ...

Yap.

Posted: 09 Nov 2006 12:13
by Jean-Baptiste Kempf
hm, there is a new logger that has been added to trunk by Quovodis
So, you would need to use trunk VLC.

http://trac.videolan.org/vlc/changeset/ ... nk/activex

can I see an example of how to log?

Posted: 15 Dec 2006 05:02
by leisner
I got a copy of 0.8.6 and see some logging software in the activeX control.

Can I see an example of how to log (i.e. output a simple string in the console when running under IE in a shell) or an someone point me at some documentation about how to do this?

marty