Search found 6 matches

Go to advanced search

by QcMrHyde
04 Jun 2019 00:15
Forum: Development around libVLC
Topic: Adding an "out of tree" module to VLC (.so file)
Replies: 8
Views: 540

Re: Adding an "out of tree" module to VLC (.so file)

OK, I was adding the wrong header for the capability I've chosen. Now, I can see my module with the good score and capability in the modules list but it never gets loaded in the module tree, whatever the score I put in. Is there any reason why it doesn't get loaded even with the highest score even i...
by QcMrHyde
03 Jun 2019 20:09
Forum: Development around libVLC
Topic: Adding an "out of tree" module to VLC (.so file)
Replies: 8
Views: 540

Re: Adding an "out of tree" module to VLC (.so file)

I did, include/vlc_plugin.h seems to define set_capability(), which doesn't work for me when I use it. I think it's due to the fact that I'm compiling OutOfTree but at this point it's all guesses since I don't have any feedback from VLC. I thought my VLC_MODULE_SCORE was getting set but finally I al...
by QcMrHyde
03 Jun 2019 18:49
Forum: Development around libVLC
Topic: Adding an "out of tree" module to VLC (.so file)
Replies: 8
Views: 540

Re: Adding an "out of tree" module to VLC (.so file)

When I define VLC_MODULE_CAPABILITY and VLC_MODULE_SCORE in my code, only VLC_MODULE_SCORE changes in VLC. When I search VLC_MODULE_CAPABILITY in the Github, not a single line of code #define it. So I was asking what's the best practice to set them since I always get "none" as the module c...
by QcMrHyde
30 May 2019 18:55
Forum: Development around libVLC
Topic: Adding an "out of tree" module to VLC (.so file)
Replies: 8
Views: 540

Re: Adding an "out of tree" module to VLC (.so file)

OK, I see my mistake. I had probably old traces of some other version of VLC and I was putting the plugin in the wrong libdir, for those who are curious mine is "/usr/lib/x86_64-linux-gnu/vlc/plugins". Now, the only thing I need left is to set VLC_MODULE_CAPABILITY and VLC_MODULE_SCORE but...
by QcMrHyde
30 May 2019 05:42
Forum: Development around libVLC
Topic: Adding an "out of tree" module to VLC (.so file)
Replies: 8
Views: 540

Adding an "out of tree" module to VLC (.so file)

I just built the "Hello" module example on the Wiki, compiled like the OutOfTreeCompilation page explains, but I can't find the place were to put the resulting libfoo_plugin.so file to see the module in VLC. When I search for answers on the net, I can only find examples on how to add .lua ...
by QcMrHyde
30 May 2019 03:14
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC compiled without modules
Replies: 2
Views: 238

VLC compiled without modules

Hi, I've just compiled VLC because I want to try to develop a modules but after compilation I have 2 errors... [0000564fbf7cf0d0] main interface error: no suitable interface module [0000564fbf749db0] main libvlc error: interface "globalhotkeys,none" initialization failed Does anyone know h...

Go to advanced search