Hi
Does the VLC for Android has a HTTP/TCP/UDP interface, which I can use on device B (Linux PC, Raspberry pi) for starting/stopping the music playing on device A. So, the actual plan is, to play music on device A (Internet stream or local MP3) and control this music player on device B using a API like RESTful, Webservice. Device A is a Android but device B is a embedded system which doesn't allow to install software. Only HTTP / TCP / UDP requests can be made.
Something like:
http://<ip-address-of-android>/vlc/start
http://<ip-address-of-android>/vlc/stop
Thank you in advance.