Added DVD Player Sample using Avalonia#223
Conversation
|
The CI failures are pre-existing and unrelated to this PR. They are caused by missing NuGet assets and Android SDK on the pipeline machine. My sample builds and runs successfully. |
There was a problem hiding this comment.
needs to be added to the .sln files for discoverability
There was a problem hiding this comment.
added to libvlcsharp-samples-mac.sln and libvlcsharp-samples-windows.sln files!
|
Are you sure you tested this on Windows? Can you share a screenshot? |
|
no as mentioned, i just tested in linux! |
|
Yes please test on Windows |
|
This sample works on Linux; I haven't tested it on Mac as I don't have a MacBook. However, for Windows, I can create a DVD player in WinUI3 or .NET MAUI since I'm facing some issues with path for DVD on Windows. What do you suggest, and is the sample I built in Avalonia acceptable? |
No this should work on Avalonia, changing UI is not the correct approach.
Yes, I will debug the windows version when I have time. |

Closes #224
Added a cross-platform DVD player sample built with Avalonia UI and LibVLCSharp.
Built using
What's included
Test ISO
Tested with Big Buck Bunny NTSC DVD ISO (free and legal):
https://ia801907.us.archive.org/13/items/BigBuckBunny/big-buck-bunny-NTSC.iso
Linux note
Requires
vlc-plugin-dvdandlibdvdcssto be installed separately:sudo pacman -S vlc-plugin-dvd libdvdcss
Platforms