Topic: Clarification of mpv-1.dll build required...
I'm currently messing about embedding libmpv into my video playing app. I have it working using the latest DLL which is 0.17.0.
I noticed one of the new features in 0.17.0 is:
"ipc: add Windows implementation with named pipes"
Does this provide what is needed for SVP to work (apart from compiling in vapoursynth support), or if I wanted to use 0.17.0 code with SVP would I still need to compile what is described on this site here:
"Windows version lacks "JSON IPC" feature in the master branch which is needed by the SVP Manager"
If 0.17.0 still lacks the above, where can I find that code please - the link on this site to your GitHub repo doesn't work (I've tried several PCs and two locations):
https://github.com/svpteam/mpv
Thanks!