how to get vlc logs?

LoggingVlcRtspRtsp Client

Logging Problem Overview


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?

Logging Solutions


Solution 1 - Logging

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

Solution 2 - Logging

I found the following command to run from command line:

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestiongarimaView Question on Stackoverflow
Solution 1 - LogginglogainView Answer on Stackoverflow
Solution 2 - LogginggarimaView Answer on Stackoverflow