Technically, it is legal if the commercial app is not derived work , in terms of copyright, of libvlc neither the open-source application around it. Ultimately, only a judge can rule anything legal or illegal. So if the protocol over the socket is an immediate serialization of libvlc API calls, the...
I'm making a "non-stop" stream player.
The problem is that when buffer is too low, I'd like to play local files to avoid playback stops.
Does anyone knows how to get buffer current level?
Hello, I want to make an open source app that uses libvlc and can access low level functions like reporting stream buffer level. This app will have a more powerful "rc" interface to support these commands. Is it legal to have a commercial application that sends commands using socket to thi...