Baseflow / XamarinMediaManager

Cross platform Xamarin plugin to play and control Audio and Video
https://baseflow.com
MIT License
769 stars 306 forks source link

Play multiple videos at a time #771

Open HamzaSaidi opened 4 years ago

HamzaSaidi commented 4 years ago

💬 Questions and Help

I have a collection of videoView each one is bound to video source I want them to auto play at the same time

<CollectionView AbsoluteLayout.LayoutBounds="0,0,0.5,1" AbsoluteLayout.LayoutFlags="All" ItemsSource="{Binding Videos}">

mrobraven commented 3 years ago

I'm looking to do the same thing. My VideoView's are procedurally generated in the C# codebehind of the shared project and I need to bind a different video to each of them. Currently the last added video plays while the rest show a black screen