Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. MediaPlayer mVideoPlayer = new MediaPlayer();
  2. ...
  3. mVideoPlayer.setDataSource(getApplicationContext(), url);
  4.  
  5. 11-24 17:52:22.519: V/MediaPlayer(2777): message received msg=100, ext1=1, ext2=-1004
  6. 11-24 17:52:22.519: E/MediaPlayer(2777): error (1, -1004)
  7. 11-24 17:52:22.519: V/MediaPlayer(2777): callback application
  8. 11-24 17:52:22.519: V/MediaPlayer(2777): back from callback
  9. 11-24 17:52:22.519: E/MediaPlayer(2777): Error (1,-1004)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement