"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

How to add multiple videos in the videoplayback sample from an external data source

I am replacing the code AssetFileDescriptor afd = mParentActivity.getAssets() .openFd(filename); mMediaPlayer.setDataSource(afd.getFileDescriptor(), afd.getStartOffset(), afd.getLength()); afd.close(); In both the methods where this code is defined with mMediaPlayer.setDataSource("http://183.83.192.100/GUI_SERVER/aagadu.mp4"); But this is playing out only a single video what if i wanna play multiple videos from external source .