Open ghost opened 12 years ago
You can use this commercially and in a viral way. The GPL is just there to say that if you use the software, you cannot redistribute it as closed source. But you certainly can use this software for monetary gain without any repercussions.
As for a non-php helloworld.html, this is actually done with the latest version of OSM Player (which is 2.x). I highly recommend you use this version since it does not require PHP and a PHP library to use.
The difference between the osmplayer and the minplayer is that the minplayer is used as the "core" for the osmplayer. What I wanted was a base media player that only provides the simplest media functionality as well as an extensible plugin system to build on top of. The OSM Player builds on top the the minPlayer to provide playlist functionality, but if all you need is a player and no playlist, then the minPlayer is really all you need.
Hope this helps.
Travis.
Thx for a response Travis.
As you can see what you said is not true, if I use your GPL library, I'm required to open source my code that uses your GPL code. So it can't be used for commercial use. If you change your license to LGPL or Apache or other then it can be.
tia.
Commercial use and Open Source are two separate things. If you wish to use this library within a commercial application, then you are able to do that as long as your commercial application is also Open Source GPL. However, if you wish to use this in a commercial application and close source that application (which is not how I intended this library be used), then you are right, GPL does not allow that and is also intentionally licensed that way.
I am, however, open for discussion on this and would be willing to dual license it under certain circumstances. If you send me an email with your intentions, I will consider your use case and will most likely dual license it for your situation.
2.) The hello world is basically the index.html. You can also view it by going to http://www.mediafront.org/assets/osmplayer/index.html
3.) The core minPlayer repository can be found at https://github.com/travist/minplayer. It's 'hello world' is also the index.html and a live version can be found at http://mediafront.org/assets/osmplayer/minplayer/index.html
Hi, a few questions:
tia