Skip to content

E/MediaPlayer-JNI: QCMediaPlayer mediaplayer NOT present #1

Description

@hynra

MediaPlayer throws NOT present error when creating Media Player.

Terjadi ketika CCTV Player mulai memutar video CCTV, tetapi tidak menyebabkan UI crash / force close.

    @Override
    public void onPrepared(MediaPlayer mp) {
        hideDialog();
        try {
            if (!mediaController.isShowing()) mediaController.show();
        }catch (Exception e){
            Log.i(this.getClass().getSimpleName(), "Media Control Exception");
        }
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions