Open mysteryx93 opened 2 years ago
Go to "Mpv.NET>Player>MpvPlayer.cs" at "possibleLibMpvPaths" constants and replace:
"mpv-1.dll"
by "mpv-2.dll"
@"lib\mpv-1.dll"
by @"lib\mpv-2.dll"
Go to "Mpv.NET>API>MpvFunctions.cs" at "LoadFunctions" declarations and replace as mentionned by the last pull request:
mpv_detach_destroy
by mpv_destroy
Copy a 32bits dll of mpv-2.dll
and, fortunately, the samples work!
We can now wait for an official push!
Support for the latest libmpv DLL will be in version 2!
What other features are you planning for v2?
https://github.com/users/hudec117/projects/2/views/1
You can also look here for the current changes https://github.com/hudec117/Mpv.NET-lib-/pull/53
Hey! I'm currently struggling with this issue! I have both error messages, and a I installed it through the nugget package I can't find sources to modify them :-(
As discussed here,
mpv-1.dll
has been renamed tompv-2.dll
.The library should be updated to reflect this change.
Oh. Initialization crashes so it will require a bit more work to fix.