How can I display video in Avalonia UI (but in a way that works on all platforms)? #17801
Unanswered
Zakarayaev
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Avalonia doesn't have a built-in MediaPlayer control yet (it's going to change with new tools we are currently building). There are several third-party options:
And as another option, you can use native control embedding, via NativeControlHost. But it would require writing a wrapper per each platform you need to target. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know this question has been asked a lot (about displaying video), but I couldn't find a solution for the browser (maybe I didn't search well or didn't read the docs thoroughly, but I still haven't found anything). Yeah, for browser-based stuff, it's better to use JS or Blazor, but I specifically need Avalonia because it's what I'm most familiar with compared to Blazor and especially JS.
Beta Was this translation helpful? Give feedback.
All reactions