Baseflow / XamarinMediaManager

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

[Feature] Multiple souces for a video-playback (audio, video, subtitle) #100

Open SimonSimCity opened 7 years ago

SimonSimCity commented 7 years ago

Do any of the systems (Windows, Android, iOS) support having multiple files that can be played simultaneously? I'm now thinking of a video, where you easily can switch the audio-channel on, or add subtitles. Anyone who tried that before?

It at least looks like it's possible with the ExoPlayer for Android: https://github.com/google/ExoPlayer/issues/73

modplug commented 7 years ago

On iOS it's possible to play multiple videos at the same time (up to 4 at max last time I checked). I'm pretty sure that is possible on UWP as well

hs79hs commented 7 years ago

@modplug Could you explain more how to play multiple videos at the same time? Or any example code for this? Thank you very much.