mpv_dart
mpv_dart copied to clipboard
MPV player's JSON IPC binding for Dart
I have it working running locally with mpv installed, but my flatpak installer doesn't work. I used your code for flatpak, and a few others I found online for mpv,...
This line overrides the socket/pipe used in the library. https://github.com/KRTirtho/mpv_dart/blob/5367567962930be19a442c4b745d84c2fbcf6783/lib/src/mpv.dart#L112C1-L113 Since it can't be manually configured, I can't set an application ID or unique instance ID to use for the...
I'm trying to get the example code to run on Windows 10, however I receive the following error. I have confirmed that JSON IPC binding works through command prompt. Flutter...