Hi,
I'm working on a remote control server for SMPlayer which can be accessed from any browser including from mobile platforms. The main functions are working: play/pause, volume up/down, rewind/forward.
The server application uses node.js and listens at port 3000. I'm using it from my android phone, I know, I'm lazy
The source can be downloaded from .
In the next phase I will work on the UI design, the playlist functions, and the documentation.
Any suggestions and comments are welcome.