"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

video format

I had convert my video into m4v format and replace to the existing video in videoplayback.java, but the video cannot be play -- error image is shown on the target. Why is this happen? I had tried using avi and mp4 but it still does not work.

Thanks

AlessandroB

Tue, 11/12/2013 - 09:00

Have you copied the video file into the assets directory of the sample project ?

 

Then it might have something to do with the video encoding or the video file size.

The VideoPlayback sample relies on the Android SDK MediaPlayer class; have you checked the Android developer website ?

 

My video is 415kb. Is it too small? 

What video format do it support?

Thanks.

How to direct play the video without press the play button?

Thanks.