iam plays video from a url and works fine but several times
Magazine gives
MediaPlayer error (1, -1004) MediaPlayer Error (1, -1004)
and several times its launch of a dialogue, which says that the media player can not play this video for the same URL | therefore, why is this happening, what is the meaning of this error, and how to solve it?
this is my code
MediaController mediaController = new MediaController(mActivity); mediaController.setAnchorView(VideoViewplayer); VideoViewplayer.setMediaController(mediaController); VideoViewplayer.setVideoURI(Uri.parse("a URL" + ".mp4")); VideoViewplayer.start();
Jehad source share