Licensing as plugin

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
noknok
Blank Cone
Blank Cone
Posts: 30
Joined: 08 Sep 2009 23:06

Licensing as plugin

Postby noknok » 13 Nov 2009 17:09

We have developed a multimedia application which in and by itself is fully functional. It streams, catalogs, transcodes, etc. It is not open source, but it is free, no buying, etc. Just download and use.

We have developed a plugin architecture whereby plugins can be loaded to add additional functionality to the program.

eg: Windows Media Encoder, Apple DSS, and others, including VLC.

So while the application runs and does many things, it can be enhanced by enabling or adding plugins. The plugin architecture is open, meaning anyone can develop plugins for the application. The application is .NET based, and the plugin architecture is merely an interface you inherit. So in the case of the VLC plugin, we merely inherit the predefined plugin interface, and then wrote a bunch code around the the .NET wrapper to allow use/communication of VLC if user has it installed.

Question 1: My open sourcing (GPL) the code to the plugin, is that sufficient to meet the GPL requirements. As the application itself is not dependent on VLC, but having a plugin for VLC is definitely a plus.

Question 2: Can VLC install itself be included with the install of our application, so if a person so wishes to install VLC they can?

I appreciate any feedback in regards to this,

Thanks
Shawn

Rémi Denis-Courmont
Developer
Developer
Posts: 15265
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Licensing as plugin

Postby Rémi Denis-Courmont » 13 Nov 2009 18:03

In my understanding, you need to license under GP whatever is a derivative work of the GPL code (VLC). So I'd guess the answer to the first question is YES, provided it is possible for your sublicensees to recompile the plugin source code (i.e. it shouldn't depend on any proprietary internal stuff of yours).

If the application still works (to a meaninful extent) without the VLC plugin, as you say, then I would further guess that the answer to the second question is also YES.

But when there is legal doubt, the safest answer lies in real legal advice (which I'm afraid you won't find on this forum).
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

noknok
Blank Cone
Blank Cone
Posts: 30
Joined: 08 Sep 2009 23:06

Re: Licensing as plugin

Postby noknok » 13 Nov 2009 18:20

Thanks. I appreciate your feedback. Our first interest is to gain the input/feedback from current maintainers of the project. As the community interaction is important as well as their views. Attorneys can make cases for and against anything.

So we want to make sure our "layman" interpretation is in line with the developers themselves.

Shawn

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Licensing as plugin

Postby Jean-Baptiste Kempf » 13 Nov 2009 18:55

I think I have the same understanding as Rémi here, for what my opinion is worth.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

dropvox
New Cone
New Cone
Posts: 4
Joined: 01 Feb 2011 02:17

Re: Licensing as plugin

Postby dropvox » 01 Feb 2011 02:18

We're also developing an application that works fine and it's totally functional without the use of VLCKit. This application its not open source but it's going to be free to download and use. However we would like to expand its functionality and video file support by letting the user make use of VLCKit if they want to.

I understand, as the terms of the GPL license says, I must open source the code of the plugin based on VLCKit that my application uses, for compilations or modifications by other people. However, as I read above, I'm don't need to open source the main application, right?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Licensing as plugin

Postby Jean-Baptiste Kempf » 01 Feb 2011 15:49

I understand the same.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Rémi Denis-Courmont
Developer
Developer
Posts: 15265
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Licensing as plugin

Postby Rémi Denis-Courmont » 01 Feb 2011 17:54

It's not that simple. You need to open-source the plugin as a whole. The plugin probably uses stuff from your application, and that stuff would have to be open-sourced too, with the exception of "operating system" components (I don't suppose your app is part fo the OS).
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

dropvox
New Cone
New Cone
Posts: 4
Joined: 01 Feb 2011 02:17

Re: Licensing as plugin

Postby dropvox » 01 Feb 2011 19:36

Thanks a bunch for the answers!

In our case, the plugin doesn't need any functionality from the main application. The only thing that gets it's the file path to play. The rest of the functionality is on the plugin itself

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Licensing as plugin

Postby Jean-Baptiste Kempf » 01 Feb 2011 22:25

Or you can help us relicense :D
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

dropvox
New Cone
New Cone
Posts: 4
Joined: 01 Feb 2011 02:17

Re: Licensing as plugin

Postby dropvox » 01 Feb 2011 23:31

Hehe, not sure what you mean with "help us relicense". My english is not really good :P


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 12 guests