Rise-Software / Rise-Media-Player

One media player for everything you own or stream; whether it's music or videos, online or offline Rise Media Player does it all. And it's beautiful and native with the latest version of WinUI.
GNU General Public License v3.0
1.06k stars 76 forks source link

LibVLCSharp #192

Open esibruti opened 2 years ago

esibruti commented 2 years ago

What's the Problem?

Currently, I think our media player is too limited for other features. A big step towards this is the use of the VLCShap Library. This allows us to use the features that we currently have in an improved way, such as reading videos up to 8K and also allows us to add new functions such as reading CD's, DVD's and even Blu-ray, not to mention the performance improvement that would be at the VLC application level.

Solution/Idea

The idea would start by analyzing what changes will be necessary to make in the code, going through their realization so that in the first phase it starts with the implementation of the current functionalities. Later phases will be the implementation of new functionalities based on this Library.

Alternatives

The alternatives are not many. Either continue to use the application as it is now or use other applications.

Rise Media Player Version

No response

Windows Version

No response

Comments

No response

itsWindows11 commented 2 years ago

Using VLC for playback is too much work for the codebase right now considering we already tightly integrated the Windows' MediaPlayer and MediaPlayerElement throughout the app. Reading/ripping CDs/DVDs/BluRay disks could be doable but I have to check the docs of that library (if there's one).