Crates.io | mpvsock |
lib.rs | mpvsock |
version | 0.2.0 |
source | src |
created_at | 2022-01-17 10:48:18.908521 |
updated_at | 2022-01-20 23:58:47.419424 |
description | mpv socket ipc client with MIT/Apache-2.0 license |
homepage | |
repository | https://github.com/TheEdward162/mpvsock |
max_upload_size | |
id | 515483 |
size | 56,142 |
mpv socket ipc client with MIT/Apache-2.0 license.
Try with (to spawn a child mpv instance):
cargo run --bin mpv-client -- --verbosity Trace --spawn-client interactive
or with (to connect to an existing --input-ipc-server=/path/to/socket
instance):
cargo run --bin mpv-client -- --verbosity Trace --connect /path/to/socket interactive