Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).