Mpv.NET-lib- icon indicating copy to clipboard operation
Mpv.NET-lib- copied to clipboard

.NET embeddable video/media player based on mpv for WinForms and WPF

Results 21 Mpv.NET-lib- issues
Sort by recently updated
recently updated
newest added

[As discussed here](https://github.com/stax76/mpv.net/issues/356), `mpv-1.dll` has been renamed to `mpv-2.dll`. The library should be updated to reflect this change. Oh. Initialization crashes so it will require a bit more work to...

enhancement

Using [client.h](https://github.com/mpv-player/mpv/blob/master/libmpv/client.h) as reference... Implement these functions - [ ] `int mpv_command_ret(mpv_handle *ctx, const char **args, mpv_node *result)` - [ ] `void mpv_free_node_contents(mpv_node *node)` - [ ] `int mpv_command_node(mpv_handle *ctx,...

enhancement

**Mpv.NET (lib) Version** The version of Mpv.NET (lib) you are using when encountering the problem. 1.1.1 **Screenshots** If applicable, add screenshots to help explain your problem. ![image](https://user-images.githubusercontent.com/80653/86384999-234abf80-bcc2-11ea-9566-5acf1f176ad1.png) Sometimes got exception...

bug

**Mpv.NET (lib) Version** v1.2.0 **Describe the bug** I'm unable to get youtube videos to play, in either my own application (which I thought was at fault at first since it's...

Mpv.NET-lib version: 1.1.1 **Describe the bug** When i use mpv hwdec native memory is not correctly freed up. mpv-1.dll looks to be disposed correctly but some other libraries loaded by...

bug

**Mpv.NET (lib) Version** The version of Mpv.NET (lib) you are using when encountering the problem. v1.1.1 **Describe the bug** I was playing around with the Mpv.Net player in a Winforms...

bug

**Mpv.NET (lib) Version** 1.1.1 **Describe the bug** I have Form1 which have a button, on button click it opens form2, in form2 the following code give error. public Form2() {...

bug

Using version 1.1.1 with C# Visual Studio 2017. I have doing some testing with this library to view an rtsp feed, and it all works great. But memory just keeps...

bug

Other times, instead of giving that error, the process doesn't exit and instead hangs on eventLoopTask.Wait() with this stack trace ``` Mpv.NET.dll!Mpv.NET.API.MpvEventLoop.Stop() Line 73 C# Mpv.NET.dll!Mpv.NET.API.MpvEventLoop.Dispose(bool disposing) Line 106 C#...

bug