Hi,
So, few years ago I set up VLC to stream cable from the other side of the globe using very long VLM config file (over 60 channels) to keep up with what's going on in my native country
I send Play and Stop commands to server PC through HTTP interface (http://127.0.0.1:8080/vlm.html) and this method has been serving me very well so far. Thanks VLC devs!
But, I thought that perhaps it would be much more convenient to have a standalone Java app or Android App that would remove the need to open the browser, connect to VLM thorugh HTTP, scroll through the long list of channels and then hit Play button there every time I want to watch cable.
I'm currently attempting to learn Java programming and would like to ask if this task could be accomplished. In other words, can I access VLM streaming control on my server through Java app on a client PC? If so, could anyone give me some pointers on where to start?
Thank you very much for your time!