Do apple native media player play Play-ready media files
Date : March 29 2020, 07:55 AM
|
Video won't play with Android's native MediaPlayer, however it plays with Dropbox's video player
Date : March 29 2020, 07:55 AM
To fix this issue Since I neither have the drop box app source or access to the actual file here is my best case guess that I will make on basis of a couple of assumptions. The file is not playable by the native app because it is in a format that cannot be played there. Can you say download the file, put it in a sd card and then play it? If not, then the phone does not support this format.
|
Android media player\video issue (First video get frozen when i play 2nd)
Date : March 29 2020, 07:55 AM
I think the issue was by ths following , I think u can call MediaPlayer release() method in ur surfaceDestroyed method also like below public void surfaceDestroyed(SurfaceHolder surfaceholder) {
Log.d(TAG, "surfaceDestroyed called");
if (mMediaPlayer != null) {
mMediaPlayer.release();
mMediaPlayer = null;
}
}
|
Play Video Using External Media Player in Android
Tag : java , By : Vick Aita
Date : March 29 2020, 07:55 AM
|
Play video in full screen on Android with native video player
Date : March 29 2020, 07:55 AM
|