Page 1 of 1
send the decoder messages externaly
Posted: 22 Sep 2005 14:42
by abarak
Hello,
Can any one have an idea how can I get the decoder messages in a progrmaticlly way?
I would like to hook up to the vlc as video analyzer for a live feed of video.
Thanks,
abarak
Re: send the decoder messages externaly
Posted: 22 Sep 2005 19:32
by fkuehne
You dump all messages VLC creates to a file using the logger-interface. The decoder warnings and errors are included within this log, but you cannot access them seperately as far as I know.
Posted: 23 Sep 2005 10:21
by Guest
Thanks for the answer,
Is there any interface to send the log messages to a destination IP using udp or http format?
reading a file will force me to open the file over and over which is not effecient way.
abarak
Posted: 23 Sep 2005 11:01
by ZerBit
I have created a logger module modification that sends logger messages via UDP. It has 2 configuration params UDP port and IP destination.
I don´t know if it would be included to VLC.
Waiting your comments
Posted: 23 Sep 2005 14:49
by The DJ
send a patch to vlc-devel@ videolan.org
Posted: 25 Sep 2005 19:24
by fkuehne
I would like to have that in VLC too...
Posted: 26 Sep 2005 22:57
by Guest
Me too. When do you expect we can have a build of VLC with such feature? It would be greate to intgrate VLC with other applications with no pain.
thanks,
abarak
Posted: 27 Sep 2005 01:57
by ZerBit
Hi all
I can´t send this patch until Thursday, sorry
Regards