hudec117 / Mpv.NET-lib-

.NET embeddable video/media player based on mpv for WinForms and WPF
MIT License
139 stars 36 forks source link

Difference between Mpv.net- lib and Mvp.Net #35

Closed ericleroy01 closed 3 years ago

ericleroy01 commented 3 years ago

Hi,

what difference between your project and https://github.com/stax76/mpv.net ?

what are advantages to use you library ?

(my goal is to use mpv player on xbox platform) thanks.

PS: Si quelqu'un pouvait echanger avec moi en francais ca serait plus facile :)

hudec117 commented 3 years ago

The project you linked is a fully featured Windows media player that uses mpv and is built using .NET

This project is a library that you can use to add a video player to a WPF or Windows Forms application.

ericleroy01 commented 3 years ago

I understood this project is a library...

I did not give a look to mpv.net source code but player seems to implement all base mpv functionalities and you mentionned is not your case.... so what is your roadmap ?

hudec117 commented 3 years ago

Mpv.NET is specifically designed and created to be a Windows media player. It may implement the same mpv functionalities but the application is meant to be used by people to play media, it's not aimed specifically at developers to develop new applications.

While this library is merely an interface to the C API exposed by the mpv library that is consumable from .NET and is meant to be used by developers to play media in their custom applications.

I'm not planning on developing new features but I will look to maintain the code and I'm happy to accept new features from others.

ericleroy01 commented 3 years ago

I attempt to included libmpv in my project based on your work and mpv.net.

My main issue is Window or control handle which does not exist in UWP project. I tried to use renderGL api but it s required a window/or control handle too.

thanks for your help