提交 67454277 编写于 作者: G guoshuyu

add log

上级 48613980
......@@ -57,7 +57,10 @@ public class DetailPlayer extends AppCompatActivity {
//断网自动重新链接,url前接上ijkhttphook:
//String url = "ijkhttphook:https://res.exexm.com/cw_145225549855002";
String url = "http://7xjmzj.com1.z0.glb.clouddn.com/20171026175005_JObCxCE2.mp4";
//String url = "http://7xjmzj.com1.z0.glb.clouddn.com/20171026175005_JObCxCE2.mp4";
//String url = "http://video.7k.cn/app_video/20171202/6c8cf3ea/v.m3u8.mp4";
String url = "http://video.7k.cn/app_video/20171213/276d8195/v.m3u8.mp4";
//String url = "http://103.233.191.21/riak/riak-bucket/6469ac502e813a4c1df7c99f364e70c1.mp4";
//String url = "http://7xjmzj.com1.z0.glb.clouddn.com/20171026175005_JObCxCE2.mp4";
//String url = "https://media6.smartstudy.com/ae/07/3997/2/dest.m3u8";
......
......@@ -210,7 +210,7 @@ public final class MeasureHelper {
try {
int videoWidth = GSYVideoManager.instance().getCurrentVideoWidth();
int videoHeight = GSYVideoManager.instance().getCurrentVideoHeight();
Debuger.printfLog("videoWidth: " + videoWidth + " videoHeight: " + videoHeight);
int videoSarNum = GSYVideoManager.instance().getMediaPlayer().getVideoSarNum();
int videoSarDen = GSYVideoManager.instance().getMediaPlayer().getVideoSarDen();
......
......@@ -608,6 +608,7 @@ public abstract class GSYVideoView extends GSYTextureRenderView implements GSYMe
}
} else if (what == IMediaPlayer.MEDIA_INFO_VIDEO_ROTATION_CHANGED) {
mRotate = extra;
Debuger.printfLog("Video Rotate Info " + extra);
if (mTextureView != null)
mTextureView.setRotation(mRotate);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册