MediaPlayer for Avalonia #7198
mysteryx93
started this conversation in
Show and tell
Replies: 3 comments 3 replies
-
Good stuff! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Lovely work done here! Is there any update towards adding/working on video support for this project as of 2023? |
Beta Was this translation helpful? Give feedback.
2 replies
-
does your library support using available media player on the os (avfoundation on ios, exoplayer on android, etc) ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've ported my MediaPlayer UI to support Avalonia
Currently it only supports audio playback through BASS, cross-platform with optional pitch/rate/speed control.
In the future, I want to support MPV media player (need to implement OpenGL playback, and fullscreen UI), but it may take some time before I get to this, and if someone wants to beat me to it, go ahead!
Also the styles aren't 100% functional in Avalonia. I couldn't find a way to get the geometry transparency for the volume control, and I didn't do the speed slider yet.
Contributions wanted for additional styles and color themes! I've set up the project structure so that we can select the visual theme and color theme separately; and possibly combine them as we want.
Beta Was this translation helpful? Give feedback.
All reactions