Hi,
How can I connect to the VLC web interface? I got three very, very simple task:
1# I want to be able to control the playlist (add/remove items)
2# I want to be able to change the navigation bar of current active item (example: for 5m into a 10m movie)
3# I want to be able to get information of current movie in VLC (what movie it is, where its located, the time stamp, etc)
Is this possible? I cant seem to find any information. What little info I can find in the vlc wiki is very confusing and makes no sense to me (lots of talking about a macro).
Is it a socket I can connect to? Is there a webpage I can send GET/POST vars to?
edit: I want to do this in PHP. Not that it really shouldn't matter...
edit2: wow, cant even connect in the web browser. Whats going on? No documentation and software that feature that doesn't work?
edit3: Seems to be a bug in vlc. port 8080 is used and it wont let me change it. Completely losing my patience with this, I want to program, not bash my head against a wall trying to get basics working with VLC....