mpv-http-router

Redistribute MPV ipc server sockets


License
MIT
Install
pip install mpv-http-router==0.8.1

Documentation

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 |
                                               +---+---------+

Install

TODO