how to get vlc logs? [closed]

*爱你&永不变心* 提交于 2019-11-28 16:08:47

问题


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


来源:https://stackoverflow.com/questions/4303017/how-to-get-vlc-logs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!