mpvsock 0.1.0

mpv socket ipc client with MIT/Apache-2.0 license
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# mpvsock

mpv socket ipc client with MIT/Apache-2.0 license.

## cli_app

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