Thanks for your reply. I have one more insight. I've tried downgrading VideoLAN.LibVLC.Windows version down to 3.0.18. LibVLCSharp is 3.9.1. So native DLLs are a bit older and finally at least the DVD menu has been opened. But now it fails on spudec module . The first button in the menu is selected ...
I can't make it work in WPF too. What can we do next to investigate? A VLC player is playing this DVD movie without problems, but my WinUI3 app doesn't. What can we do? Log from the app Creating an input for 'dvd://' using timeshift granularity of 50 MiB using timeshift path: C:\Users\m1ado\AppData\...
Please share a repro sample. Also, DVD support in LibVLC requires GPL compliance (so your app must be opensource to use this feature). Hi, thank you for your time. I will share the repro WinUI3 My initializing code: private void OnVideoViewInitialized(object sender, InitializedEventArgs e) { this.l...
Hmm your logs are both failures cases right? Bit confusing... it works on win10 or on win11 or both sometimes? If it's the same app, same libvlc build, it might a permission that is missing? Thank you for your response. It doesn't work at all on both OSs. I am developing a player that uses LibVLCSh...