https://github.com/cloud11665/mpv-ssh
https://github.com/cloud11665/mpv-ssh
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloud11665/mpv-ssh
- Owner: cloud11665
- License: gpl-3.0
- Created: 2021-05-29T22:43:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T10:05:27.000Z (about 5 years ago)
- Last Synced: 2025-02-16T21:42:05.224Z (over 1 year ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
mpv-ssh
=======
| stream content directly from your other machine.
| (no root and no server software required)
dependencies
------------
- `mpv `__
- `OpenSSH `__
installing and uninstalling
---------------------------
.. code:: sh
make install
make uninstall
usage
-----
.. code:: sh
#mpv-ssh [ssh cmd] [file] [mpv opts]
mpv-ssh "root@192.168.0.2 -i ~/.ssh/key" "/home/www/media/funny.mkv" --profile=gpu-hq
known limitations
-----------------
| Changing subtitles / audio tracks during streaming renders cached video unusable.
|
| Because mpv is caching on disk in ``~/.cache/mpv-ssh``, when running on old harddrives, you may want to run it with the ``--cache-on-disk=no`` flag.
|
| Jumping far ahead is slow, because of the way the content is streamed (linearly).
license
-------
|GNU GPLv3 Image|
| mpv-ssh is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms and conditions of GNU General Public License v3
.. |GNU GPLv3 Image| image:: https://www.gnu.org/graphics/gplv3-with-text-136x68.png
:target: https://www.gnu.org/licenses/gpl-3.0.en.html
.. i miss wm4...