Open hs79hs opened 7 years ago
Hi ! In my case , the event listener for PlayingChanged, MediaFinished get called from other page. I think it is because the CrossMediaManager.Current.PlaybackController is Singleton.
Do you solve this yet ? I also want to create separate instance and add their each own event listener.
In the end I used static class to save the current page name, it is used to filter which part of event listener will be executed depending on which page is being opened. For the multiple instance still not know yet, and for now I don't need it.
rtsp
this run rtsp with login/password? i try but dont connect
Hi, related to #100, could someone instruct me how to play multiple videos at the same time using MediaManager.Forms? I tried to add 4 in Xaml like this,
And in .xaml.cs, I have code like this,
But while running, only the last one is playing. Other three show black screen. Is it possible to achieve this?
Is it because that I only defined one PlaybackController? But I tried to define more than one PlaybackController, it didn't work. Is there some example code for this?
Thank you very much. @martijn00 @SimonSimCity @modplug
The reason I want to do this is that, I want to monitor and play rtsp streams from several IP cameras at the same time. I've tested, it's okay to play a rtsp stream from a camera.