I'm using Vlckit for IOS and I want to set up a page with several camera RTSP streams, 1 larger view with the main stream and a stream list to its side but when I click on a stream of that list it should swap the stream with the main one. Just like in the image below:
I tried swapping both mediaPlayer objects, I tried swapping their drawables and I tried swapping their VLCMedia property to no success.
How would I go about doing this in a way which doesn't involve restarting the streams entirely because they take too long to start from scratch?