SuRGeoNix / Flyleaf

Media Player .NET Library for WinUI 3/ WPF/WinForms (based on FFmpeg/DirectX)
GNU Lesser General Public License v3.0
687 stars 92 forks source link

Demuxer: Blu-Ray Support #463

Open etlweather opened 2 months ago

etlweather commented 2 months ago

I can play a Bluray disc in MPV with the following command:

mpv --fs --bluray-device=f: bd://

I haven't yet figured out a way to do this with Flyleaf.

Is it possible?

etlweather commented 2 months ago

Let's assume it is a home-made Bluray with no encryption.

SuRGeoNix commented 2 months ago

@etlweather I've not try to test/support blueray at all to be honest and I think the current implementation cannot support it. Generally, new features will be not included in v3 anymore as I'm trying to go to the new v4 design.

etlweather commented 4 weeks ago

@SuRGeoNix Make sense. Any idea when v4 will be ready?

etlweather commented 4 weeks ago

With ffplay I can play the blueray disk with ffplay bluray:f:\ where f:\ is the drive letter of the bluray drive.

etlweather commented 3 weeks ago

Opening the media with bluray:f:\ sort of worked - I get the video but I am not getting any sound.

etlweather commented 3 weeks ago

Actually, I do get audio for non-encrypted disc. For encrypted disc, with MakeMKV installed, I get video but not audio.

SuRGeoNix commented 3 weeks ago

Guys, I don't even have a spare Blu-ray to test this, but I will try to include it as for v4 I've changed the design couple of times and might be ready in October (for the player, as a media library hopefully much sooner).