MPVSharp
MPVSharp copied to clipboard
Use MPV in your C# apps
Only happens rarely, but there is a race condition on dispose that can trigger an AccessViolationException and kill the process. If the event process loop loops back around after Destroy()...
Are there any plans to also adapt the stream callback functions ([stream_cb.h](https://github.com/mpv-player/mpv/blob/master/libmpv/stream_cb.h))? I know they are still listed as experimental, but it would be nice to have a way to...
I'm trying to find a way of getting the 'icy-title' string that appears in the console display when playing an Internet stream in a Windows command window. I'm writing a...
Closes #12 Closes #13 Closes #14 Closes #15 Closes #16 TODO: - [x] Update README - [ ] Update docs - [ ] Update the DLL in Bundled - [x]...
While creating Avalonia example, `SetupGL` was causing problems, but copy-pasting the code only changing it to use Avalonia's `gl.GetProcAddress` made things work. I will add `GetProcAddressFn` to `RenderContext` to allow...
Arbitrary data pointer is 0 anyway when using SetupGL, so it's useless.