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

Someone ever see this Error? #402

Closed
luyun181 opened this issue Jun 1, 2018 · 2 comments
Closed

Someone ever see this Error? #402

luyun181 opened this issue Jun 1, 2018 · 2 comments

Comments

@luyun181
Copy link

luyun181 commented Jun 1, 2018

Description of the problem:

E/ExtMediaPlayer-JNI: env->IsInstanceOf fails
E/MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
E/ExtMediaPlayer-JNI: env->IsInstanceOf fails
E/MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0

Which library version are you using?
3.6.0.

Which phone/tablet are you using, and which Android version does it run? (e.g. Samsung Galaxy S5,
Android 5.0)

Android 7.1.2
Does the same happen on other devices or an emulator?
yes

Can you reproduce the issue in the sample project included with the library? If not, can you
provide your own sample project or sample code that produces this error?

In the case of an error do you have a stack trace or adb logs?

@rkistner
Copy link
Member

rkistner commented Sep 7, 2019

This is likely device-specific, and does not indicate an issue in the scanning process.

@rkistner rkistner closed this as completed Sep 7, 2019
@Trojan1988th
Copy link

'final VideoView videoview = (VideoView) findViewById(R.id.videoview);
Uri uri = Uri.parse("android.resource://"+getPackageName()+"/"+R.raw.yourvideo);
videoview.setVideoURI(uri);
videoview.start();
videoview.seekTo(1);
videoview.setOnPreparedListener(new MediaPlayer.OnPreparedListener() {
public void onPrepared(MediaPlayer mp) {
mp.setLooping(true);
}
});'

getting same error in Logcat, using the code above

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

3 participants