Hi, I'm using libVLC in my QT application. Everything works great. I just one to know, how to display output message (log) in my application (e.g: textEdit) instead of displaying on console(default)?
I just read the libVLC api and found libvlc_log_open function. How to use it?
To summarize, I want to:
1) Display message log in widget
2) Trigger an event when got new message log
Thanks.