Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add other backend players #12

Open
mcastorina opened this issue Dec 1, 2018 · 1 comment
Open

add other backend players #12

mcastorina opened this issue Dec 1, 2018 · 1 comment

Comments

@mcastorina
Copy link
Owner

this project is called "mpv-remote-app" but support for other media players might be useful

@mcastorina
Copy link
Owner Author

let's start with vlc as it is pretty popular on linux

there are many ways we can control vlc remotely

  • vlc --intf oldrc (takes command from CLI)
  • vlc --intf oldrc --rc-host 0.0.0.0:12345 (takes commands over tcp socket)
  • vlc --intf telnet --telnet-password hello (takes commands over telnet)
  • vlc --intf oldrc --rc-unix /tmp/vlcsocket (takes commands over unix socket)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant