// master
 private void startPlayer(String url) {
   Log.d(Constants.LOG_TAG, "input url = " + url);
   playerView.play(url);
 }