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?
I found the following command to run from the command line:
vlc.exe --extraintf=http:logger --verbose=2 --file-logging --logfile=vlc-log.txt
Or you can use the more obvious solution right in the GUI: Tools -> Messages (set verbosity to 2) ...