Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.mp4 video not working in splash screen in htc desire 500 #502

Open
GoogleCodeExporter opened this issue Dec 5, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

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.

Original issue reported on code.google.com by pk464...@gmail.com on 5 May 2015 at 5:41

@GoogleCodeExporter
Copy link
Author

Could you clarify how this is related to JavaCV?

Original comment by samuel.a...@gmail.com on 5 May 2015 at 10:01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant