public void onPlaybackEnd() {
   Log.d("jdj-ExoPlayer", "Player END");
   context.onVideoEnd();
   playerState = STATE_STOP;
   loadShutter.setVisibility(View.GONE);
   if (replayEnable) replayShutter.setVisibility(View.VISIBLE);
   // LOOP
   // player.seekTo(0);
 }