Replies: 1 comment
-
Thanks for the report. Uno is using the uno/src/Uno.UWP/Media/Playback/MediaPlayer.Android.cs Lines 37 to 38 in e0d4ae8 If you want to use Exoplayer, you can integrate it like any other native controls using native embedding. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using .net8 and Uno version 5.6.22
I'm having troubles with using Mediaelementplayer in my Uno app with android, the live stream after a while just ends up completely stopping (say 20-30 mins) into the live stream. Using VLC player seems to work okay (full screen using intent).
Also noticing there is a considerable lag as well in my live stream with Mediaelementplayer player, its around 30 seconds behind. I have tried using
MediaElementObject.MediaPlayer.RealTimePlayback = true;
but I get a message saying its not supported in UnoWhat are my available options for playing a live stream in uno embedded in my app aside from the above? Exoplayer seems to be a possibility, this seems to have moved to using "AndroidX media"?
So I believe this is the library I should be using Xamarin.AndroidX.Media3.ExoPlayer
Any examples/tutorials I could look through with Exoplayer and Uno
thanks
Beta Was this translation helpful? Give feedback.
All reactions