MediaPlayerUI.NET icon indicating copy to clipboard operation
MediaPlayerUI.NET copied to clipboard

A .NET media player UI to use with any media player, for WPF and Avalonia

Results 7 MediaPlayerUI.NET issues
Sort by recently updated
recently updated
newest added

The examples only contain absolute paths, which are pretty much useless in most scenarios. So far I have been unable to load it as an Avalonia resource, i.e. avares://blahblah If...

After I downloaded the source code, I failed to compile the Avalonia.Sample project. According to the error message, I was missing a DLL file named libmpv.2, but I did not...

[LibMpv.Client](https://github.com/homov/LibMpv) - a complete libmpv API wrapper and some examples of implementing Avalonia controls for displaying video (using OpenGL and Software rendering). Works on Linux and Windows (maybe MacOS)

https://github.com/Zhou-Pixel/AvaloniaWithMpv It is my example and it still have some problems

TODO: Add MPV video support for Avalonia. Sample OpenGL Integration https://github.com/shodo/MPVCore/blob/master/SDLMpv/SDLMpv/MPV.cs

https://github.com/AvaloniaUI/Avalonia/issues/17495

Hi! Had a question about playing WAV files. Is it possible to create a `MediaPlayer` from one stored as a `Stream`? I have a working example of how I do...