A simple remote control server for plex home theater on linux.
Easy Remtoe Control (ERC) uses simple http protocol (REST) to transfer commands from a remote control app to the server.
By default the server provides a webpage which can be used as remote control.
Just download the source, run following command and create a new startup entry under ubuntu.
start_erc-server.sh
The application is implemented for mobile devices and so you can just navigate to the ip address of your server and the port number 5000
. Here are some screenshots from the server app:
### How to use it? You can now call all the routes the server provieds. For example:
- /
- media
- play (playpause)
- next
- previous
- volume
- up
- down
- mute (toggle)
- app/[name]
- focus
- start
- stop
- keys
- return
- escape
- up
- down
- left
- right
- media
Written by Markus and Florian
The MIT License (MIT)
Copyright (c) 2015 Veasy