|
|
|
|
@ -280,6 +280,7 @@ public class PlayFragment extends BaseLazyFragment { |
|
|
|
|
zimuUrl = new String(Base64.decode(zimuBase64Url, Base64.DEFAULT)); |
|
|
|
|
mController.mSubtitleView.setVisibility(View.GONE); |
|
|
|
|
} |
|
|
|
|
if(zimuUrl.isEmpty())zimuUrl=playSubtitle; |
|
|
|
|
if (zimuUrl != null && zimuUrl .length() > 0) { |
|
|
|
|
// 绑定MediaPlayer
|
|
|
|
|
mController.mSubtitleView.bindToMediaPlayer(mVideoView.getMediaPlayer()); |
|
|
|
|
|