Page 1 of 1

Custom codec plugin for Android build?

Posted: 16 Apr 2018 15:21
by Wohlstand
Hello!
I have a quick question related on a custom codec plugin I want to add into VLC. Is a way to add a separately-built codec plugin into existing Android installation or I must to build the VLC from source with pre-including of my plugin into it?

Re: Custom codec plugin for Android build?

Posted: 18 Apr 2018 10:55
by unidan
Hi,

It wouldn't be really secure to have such a feature, we would only allow to load binary codec from apk signed with our key on the official Android application.

I believe building VLC from source with your codec is your only viable option.

Re: Custom codec plugin for Android build?

Posted: 03 May 2018 01:56
by Wohlstand
Okay, so, I'll try to build VLC from the source. So, bye-bye auto-updates...
But thanks for the explanation!