Page 1 of 1

Find out what modules are used

Posted: 29 Apr 2014 09:51
by WSBV
I have some application that uses libvlc with only one type of video file. I'd like to know what exactly modules uses during my application runs and path of this modules. Then I can remove unused modules. What is the best way?

Re: Find out what modules are used

Posted: 29 Apr 2014 10:09
by RSATom
maybe debug log will help you (with "-vvv" command line option)

Re: Find out what modules are used

Posted: 29 Apr 2014 10:57
by WSBV
Ок I can see in debug log for example: using access module "filesystem". Does this name in quotes always the same as a filename for example libfilesystem_plugin.dll for Windows and libfilesystem_plugin.so for Linux?

Re: Find out what modules are used

Posted: 29 Apr 2014 11:10
by RSATom
I think yes, but to be sure it will be better look to sources.