"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 play video from url in videoplayback example

  // This example shows how to load the movie from the                        // assets folder of the app                        // However, if you would like to load the movie from the                        // sdcard or from a network location                        // simply comment the three lines below                        //AssetFileDescriptor afd = mParentActivity.getAssets()                        //    .openFd(filename);                        //mMediaPlayer.setDataSource(afd.getFileDescriptor(),                       //     afd.getStartOffset(), afd.getLength());                       // afd.close();                                                // and uncomment this one                        // mMediaPlayer.setDataSource("/sdcard/myMovie.m4v");                          Uri videolink = Uri.parse("https://drive.google.com/file/d/0BxCH9Eymd1C3ejFzZUFlWm5PdWs/edit?usp=sharing");                        mMediaPlayer.setDataSource(mParentActivity,videolink);

TbsPlanet

Mon, 12/26/2016 - 16:18

Hey, I am also trying to display video hosted on google drive in videoplayback app.
Did exact same settings, but when I launch my app, it first keeps hourglass for sometime, and then changes to cross, meaning video isnt available to play.
Any help regarding this problem?

TbsPlanet

Mon, 12/26/2016 - 16:18

Hey, I am also trying to display video hosted on google drive in videoplayback app.

Did exact same settings, but when I launch my app, it first keeps hourglass for sometime, and then changes to cross, meaning video isnt available to play.

Any help regarding this problem?