Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpmikkers/libvlcsharp.avalonia.sample
Modernized version of the avalonia VLCSharp media player sample
https://github.com/jpmikkers/libvlcsharp.avalonia.sample
avalonia avaloniaui libvlc libvlcsharp mediaplayer mediaplayer-control vlc
Last synced: about 1 month ago
JSON representation
Modernized version of the avalonia VLCSharp media player sample
- Host: GitHub
- URL: https://github.com/jpmikkers/libvlcsharp.avalonia.sample
- Owner: jpmikkers
- License: lgpl-2.1
- Created: 2024-03-21T12:46:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T22:50:32.000Z (5 months ago)
- Last Synced: 2024-10-10T18:45:44.141Z (about 1 month ago)
- Topics: avalonia, avaloniaui, libvlc, libvlcsharp, mediaplayer, mediaplayer-control, vlc
- Language: C#
- Homepage:
- Size: 110 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LibVLCSharp.Avalonia.Sample
This is an isolated and updated version of the LibVLCSharp.Avalonia.Sample of the [LibVLCSharp project](https://github.com/videolan/libvlcsharp)
- targets dotnet 8
- bumped all nuget package versions
- if you follow the linux instructions carefully, it will work on linux (tested on Ubuntu 22.04 LTS)## Windows
The Windows project includes the appropriate NuGet package for the native Windows VLC runtime.
## MacOS
The MacOS project includes the approprate NuGet package for the native MacOS VLC runtime.
## Linux
The Linux project does not include any additional native NuGet packages.
To run on linux, please refer to the [Linux guide](https://github.com/videolan/libvlcsharp/blob/3.x/docs/linux-setup.md).