public boolean onError(MediaPlayer mp, int what, int extra) {
   mediaController.showError(0);
   mp.reset();
   return false;
 }