How to get vlc logs?

I am trying to run rtsp url from a VLC player. But an error appears, and the View Logs for Details dialog box appears in the dialog box.

How to enable logs in VLC?

+72
logging rtsp vlc
Nov 29 '10 at 10:52
source share
2 answers

I found the following command to run from the command line:

vlc.exe --extraintf=http:logger --verbose=2 --file-logging --logfile=vlc-log.txt 
+44
Nov 29 '10 at 10:53
source share

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

+69
Feb 23 2018-12-23T00:
source share



All Articles