Skip to content

🎦 Desktop application that allows you to control your media player from your phone.

License

Notifications You must be signed in to change notification settings

schdck/RemoteFlix

Repository files navigation

RemoteFlix (beta)

Build status GitHub issues License

🎦 RemoteFlix is a desktop application aimed to allow you to control any
media player running on your computer directly from a web-browser in your phone.


Why?

Well, basically because I was tired of getting up to pause my stream and answer a text.

How?

The idea behind RemoteFlix is very simple. Most (if not all) media players provide shortcuts that enable you to perform a task (e.g. pausing the video). What RemoteFlix do is allow you to execute these (pre-defined) shortcuts from your phone's browser.

To do that, it exposes a very simple web-server which is responsible for listing the avaliable players and actions (which we call commands). Also, the web-server is responsible for handling requests. When a request is received, it'll look for the player's process on the machine and send the keys corresponding to the action's shortcut to it.

Installing and running

As of this moment, you'll have to build and run the application yourself. When I feel confortable to release the application, I'll provide an installer which offers the possibility to auto-start the application and to automatically open the needed firewall ports.

After you run the executable, it's pretty straightforward. Just go ahead and scan the QRCode or navigate to the indicated URL.

Troubleshooting

If you are running RemoteFlix but can't connect to it, you can try these steps:

  • Try to connect to it from a browser running on your computer (this will help narrowing down the issue)
  • Make sure that you are connected to the same network on both your computer and your phone
  • Try restarting the application if you changed the network your computer is connected to
  • Make sure that your firewall is not in the way (the server is using TCP port 50505 by default)

About

🎦 Desktop application that allows you to control your media player from your phone.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published