Phenek / Global.VideoPlayer

A simple VideoPlayer for Xamarin.forms
MIT License
17 stars 5 forks source link

Xamarin android: Full screen and volume control is not working #1

Open ghost opened 5 years ago

ghost commented 5 years ago

We are using following code to play video in xamarin forms application.

<video:VideoPlayer x:Name="VideoPlayer" Source="{Binding VideoURL}" AutoPlay="True" NativeControls="True" Aspect="AspectFill"/>

For xamarin iOS, it's showing full screen and volume control but it's not visible for xamarin android.

gmakwana commented 5 years ago

@Phenek How to mute video player?

Phenek commented 5 years ago

Hello @gmakwana , sorry for the delay. I didn't implemented this feature yet. I will try to take a look on week-end only. But you can help and provide an implementation for iOS and Android.

Did you find a solution for your first issue?

Phenek commented 2 years ago

Two functionalities have just been push.

Property Description
AudioFocus Specifies if the video player should take the audio focus or not.
Mute Specifies if the video player should be muted or not.