https://github.com/voidpp/mpv-http-router
https://github.com/voidpp/mpv-http-router
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/voidpp/mpv-http-router
- Owner: voidpp
- Created: 2018-10-09T19:46:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T10:05:40.000Z (almost 7 years ago)
- Last Synced: 2025-05-17T17:04:08.781Z (about 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About
-----
With this app you can control multiple mpv players in one system.
Scheme
------
```
+------------------------------------------+
| +------+ |
| | mpv1 |----+ Computer 1 |
| +------+ | |
| | |
| +------+ | +-----------------+ | +---------+
| | mpv2 |----+----| MPV HTTP Router |----|---| MPV Web |
| +------+ | +-----------------+\ | +---------+
| | | |
| +------+ | | | +-------------+
| | mpv3 |----+ | | | MPVRemote |
| +------+ +--|---| +---------+
+------------------------------------------+ | | MPV Web |
+---+---------+
```
* MPV HTTP Router: https://github.com/voidpp/mpv-http-router
* MPV Web: https://github.com/voidpp/mpv-web
* MPVRemote: https://github.com/voidpp/MPVRemote
Install
-------
TODO