We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to play: http://storage.googleapis.com/wvmedia/cenc/tears.mpd
Strange, but in some rare times it plays the video for a short time.
Code:
MediaPlayer mMediaPlayer = new MediaPlayer(); mMediaPlayer.setDataSource(getBaseContext(),Uri.parse("http://storage.googleapis.com/wvmedia/cenc/tears.mpd")); mMediaPlayer.setDisplay(((SurfaceView) findViewById(R.id.video_surface)).getHolder()); mMediaPlayer.prepare(); mMediaPlayer.play();
Log:
10-21 16:11:16.277 22039-22129/drm.test.com.mystreamingapp E/AndroidRuntime: FATAL EXCEPTION: Player 10-21 16:11:16.277 22039-22129/drm.test.com.mystreamingapp E/AndroidRuntime: Process: drm.test.com.mystreamingapp, PID: 22039 10-21 16:11:16.277 22039-22129/drm.test.com.mystreamingapp E/AndroidRuntime: java.lang.NullPointerException 10-21 16:11:16.277 22039-22129/drm.test.com.mystreamingapp E/AndroidRuntime: at com.sonymobile.android.media.internal.Player.access$200(Player.java:53) 10-21 16:11:16.277 22039-22129/drm.test.com.mystreamingapp E/AndroidRuntime: at com.sonymobile.android.media.internal.Player$EventHandler.handleMessage(Player.java:774) 10-21 16:11:16.277 22039-22129/drm.test.com.mystreamingapp E/AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102) 10-21 16:11:16.277 22039-22129/drm.test.com.mystreamingapp E/AndroidRuntime: at android.os.Looper.loop(Looper.java:136) 10-21 16:11:16.277 22039-22129/drm.test.com.mystreamingapp E/AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:61)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to play: http://storage.googleapis.com/wvmedia/cenc/tears.mpd
Strange, but in some rare times it plays the video for a short time.
Code:
Log:
The text was updated successfully, but these errors were encountered: