Hello,
You can do this by creating a View and custom renderer.
Then achieve the play video function for different platforms.
For Android, you can use android.widget.VideoView
For iOS, we can use AVPlayer
For Windows, we can use MediaPlayer
By the way, Xamarin Community Toolkit provide MediaElement, you can use it directly to play a video from url , File and stream.
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.