pili-engineering / PLDroidPlayer

PLDroidPlayer 是七牛推出的一款免费的适用于 Android 平台的播放器 SDK,采用全自研的跨平台播放内核,拥有丰富的功能和优异的性能,可高度定制化和二次开发。
https://developer.qiniu.com/pili/sdk/1210/the-android-client-sdk
4.54k stars 953 forks source link

使用PLVideoView纵向全屏视频模糊 #668

Open fengdongfei opened 7 years ago

fengdongfei commented 7 years ago

问题1: 使用sdk的PLVideoViewActivity想使用手机竖直全屏,,但是视频相对模糊很多,有什么处理优化的方式呢? 问题2: 为什么没有停止播放视频的api? 问题3: 使用PLVideoTextureActivity,即PLVideoTextureView,手机竖直全屏时,视频播放界面显示的是画面的左上角,为什么?有什么解决的办法?

Jhuster commented 7 years ago

@fengdongfei

  1. 模糊,跟视频的分辨率有关,你可以选择一个高清视频试试看
  2. PLVideoView.stopPlayback()
  3. demo 测下来好像不是你所描述的
fengdongfei commented 7 years ago

在 2017年8月29日,下午3:21,卢俊 notifications@github.com 写道:

@fengdongfei https://github.com/fengdongfei 模糊,跟视频的分辨率有关,你可以选择一个高清视频试试看 PLVideoView.stopPlayback() demo 测下来好像不是你所描述的 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pili-engineering/PLDroidPlayer/issues/668#issuecomment-325577442, or mute the thread https://github.com/notifications/unsubscribe-auth/ALnaSFm4ySkgG3CUUaVFTKWfWXByZIR_ks5sc7v0gaJpZM4PFeVl.

对于第三个问题,我不是说demo错误的,我想问的是出现这个情况会是什么原因造成的?

Jhuster commented 7 years ago

@fengdongfei 一般是 xml 配置的 view 没有设置为 match_parent

fengdongfei commented 7 years ago

你好,2.0版本的sdk播放m3u8格式的流时,等待时间太长了,而且没有音频呢。。这个时为什么?急用。。

在 2017年8月29日,下午10:48,卢俊 notifications@github.com 写道:

@fengdongfei https://github.com/fengdongfei 一般是 xml 配置的 view 没有设置为 match_parent

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pili-engineering/PLDroidPlayer/issues/668#issuecomment-325687759, or mute the thread https://github.com/notifications/unsubscribe-auth/ALnaSPc0NoELDomz7MZW2-EeWBzg1hOzks5sdCSfgaJpZM4PFeVl.