Xamarin.Forms.VideoPlayer icon indicating copy to clipboard operation
Xamarin.Forms.VideoPlayer copied to clipboard

A Xamarin Forms control to render the native video player on every platform.

Results 8 Xamarin.Forms.VideoPlayer issues
Sort by recently updated
recently updated
newest added

Hi , I am trying to play video from azure url but it's working fine in iOS not in Android . please check this issue.

I have a single Video component inside a grid on the main page. Using Chill Player as the example. No matter what value this is set, the video (using included...

bug
VideoPlayer.Android

I am building my application using VSTO online with the latest release and I am getting the following build error: > There was a mismatch between the processor architecture of...

A System.NullReferenceException propagated out to the call to UIApplication.Main() on iOS when I loaded a video page and then backed out of that page. The video was also unplayable (with...

I receive the following exception in some circumstances. It seems to be related to the Videoplayer video being removed from the view hierarchy before the video has finished loading. ```...

**could you help me?** How to use a local video? something like that:

I needed to be able to navigate to a specific location in milliseconds, so I just went ahead and implemented it. The VideoPlayer class now has SeekTo and CanSeekTo methods....

when you change the page and return to the video, it repeats completely, I want to pause it and continue where it left off. how do I solve it?