Page 1 of 1

How to read log file?

Posted: 10 Jul 2008 16:00
by luca-linux80
Hello!

I'm not sure this is the correct section, but I woud like to say how to read VLC log file. I think that numbers like [00000390] or [00000404] refers to elapsed time, but is it correct?
I've got some problems with transcoding VLC behaviour, but I don't know where, so I enable log file...

Could anyone help me, please?

Thank you very much

Re: How to read log file?

Posted: 10 Jul 2008 17:25
by yohann.martineau
I think those numbers don't correspond to elapsed time. Maybe a thread number, but i'm not sure. Take a look at src/misc/messages.c in source code.
There's a name at the beginning of the line giving module/plugin name.