sandreas
sandreas

Reputation: 176

Avalonia / LibVLCsharp support for iOS, Android and WASM

I'm planning to create a cross platform (Windows, Linux, macOS, Android, iOS, Wasm) audio player using latest AvaloniaUI along with LibVLCSharp. Unfortunately only support for Windows, Linux and macOS is listed for Avalonia.

I think that this might be a lack of documentation only, since Avalonia pretty recently introduced Android and iOS support officially.

So how is the state of this? Would it be possible to create a REAL cross platform player for all the listed platforms with LibVLCSharp? And if not, is there an alternative, that could be used with AvaloniaUI?

I found these libs for C#, that are (partially) capable of playing audio:

Upvotes: 0

Views: 1130

Answers (1)

sandreas
sandreas

Reputation: 176

So to have a real cross platform app, you indeed CAN use LibVLCSharp for the following platforms via nuget package:

Also see https://github.com/videolan/libvlcsharp#installation

Upvotes: 0

Related Questions