how to get vlc logs? [closed]

2019-01-30 20:51发布

问题:

I am trying to run rtsp url from the VLC player. But an error appears, and "see logs for details" comes up in a dialog box.

How can I enable logs in VLC?

回答1:

Or you can use the more obvious solution, right in the GUI: Tools -> Messages (set verbosity to 2)...



回答2:

I found the following command to run from command line:

vlc.exe --extraintf=http:logger --verbose=2 --file-logging --logfile=vlc-log.txt