#socket #mpv #ipc #client #mit-apache-2

bin+lib mpvsock

mpv socket ipc client with MIT/Apache-2.0 license

2 unstable releases

0.2.0 Jan 20, 2022
0.1.0 Jan 17, 2022

#9 in #mpv

MIT/Apache

48KB
1.5K SLoC

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

Dependencies

~0.7–1.7MB
~37K SLoC