@Override
 public void onRecommendListFragmentInteraction(String id) {
   Toast.makeText(StreamVideoActivity.this, "open recommend video", Toast.LENGTH_SHORT).show();
   playerView.stopPlayback();
   playerView.reopen();
 }