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?
|
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? |
||||
|
|
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
vlc.exe --extraintf=http:logger --verbose=2 --file-logging --logfile=vlc-log.txt I found the following command to run from command line. |
|||||
|
|
Or you can use the more obvious solution, right in the GUI: Tools -> Messages (set verbosity to 2)... |
|||
|
|