Remote-Play uses pyautogui to press keyboard shortcuts to control your media. It uses fastapi to serve a minimal UI to your mobile device.
Can be used with various players like Hotstar, Amazon Prime, Netflix, etc.
The following actions are supported:
Disclaimer: Horizontal scrolling only supported on OS X / Linux Platforms
Get the latest stable version by heading to Releases and download the right release depending on your OS.
or
Get the development (unstable) version by heading to Package workflow. Click on the latest run and scroll down to find the artifacts
associated and download the right one for your OS.
REMOTE_PLAY_HOST
(default="0.0.0.0") and REMOTE_PLAY_PORT
(default=8000) to customize the web server's host and port. Alternatively, you can use the command line arguments --host
and --port
.To use a secured connection,
REMOTE_PLAY_SSL_CERT
and REMOTE_PLAY_SSL_KEY
, pointing to the SSL certificate and key files respectively. Alternatively, you can use the command line arguments --ssl-key
and --ssl-cert
.Important: Make sure that your media player is an active window.
Light Theme | Dark Theme |
---|---|
All contributions to Remote-Play are welcome. Please see CONTRIBUTING.md for more.