Hi, I want to integrate video in splash screen. Video is in .mp4 format.It is not playing on htc desire 500 and below the android 4.1 in samsung phone.
What steps will reproduce the problem? 1. I am using VideoView for playing video. 2.videoHolder =(VideoView) findViewById(R.id.splashvideoView); Uri video = Uri.parse("android.resource://" + getPackageName() + "/" + R.raw.splash); videoHolder.setVideoPath(video.toString());
videoHolder.start();
What is the expected output? What do you see instead? I obtain a message in dialog "Video can't play".
What version of the product are you using? On what operating system? I use Eclipse Juno for Java,windows xp and sdk 5.1.
Thank you for your help and sorry for my bad english.
Comment #1
Posted on May 5, 2015 by Happy KangarooCould you clarify how this is related to JavaCV?
Status: New
Labels:
Type-Defect
Priority-Medium