Giter VIP home page Giter VIP logo

Comments (3)

travist avatar travist commented on August 21, 2024

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.

from osmplayer.

 avatar commented on August 21, 2024

Thx for a response Travis.
#1. http://en.wikipedia.org/wiki/GNU_General_Public_License#Copyleft
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.

#2. Where is this example hello world?

#3. So I should be using mini. Where is a mini hello world?

tia.

from osmplayer.

travist avatar travist commented on August 21, 2024

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

from osmplayer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.