Android playing multiple videos in stereoscopic 360 with Cardboard

I’m creating an application that allows a user to select one of a number of videos. The caveat that I’m running into is that the videos need to be played with both audio + video, and in stereoscopic 360 (to be played in VR using Cardboard). The library I’m using is EasyMovieTexture for reference, but am looking for any options available. Unity has built in support for standard fullscreen video play for multiple videos using the Handheld.PlayFullScreen(params) API, but has no native support for VR 360 video play for multiple videos.

With EasyMovieTexture, they have examples provided that show the ability to play a single video in stereoscopic 360. Looking through their source, there is no API that allows the deallocation and reallocation of a new media resource for the Android MediaPlayer.

I’m looking for some support and options/thoughts on how I could go about handling the deallocation/release of a current MediaPlayer resource and allocating/preparing a new video resource to play. Any thoughts/library recommendations are welcome.

Thanks!

Hi , did you get any solution. if yes kindly post it .