I am building a video player android application where I need to play 2(maybe 4) live streams at the same time in the same view.
Is it possible using a single exoplayer instance? If yes, please suggest how, also how to handle audio as I only need to play audio from a single stream. If no, then how should I proceed with it?
Thank you