pili-engineering / PLDroidPlayer

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

关于PLVideoTextureView.setMediaController() 中MediaController的问题 #891

Open littlezan opened 6 years ago

littlezan commented 6 years ago

demo中,PLVideoTextureActivity 点击非视频区域,不会回调MediaController中的接口,导致不能显示MediaController画面,一定要点击视频区域才可以。

zshbleaker commented 6 years ago

这个应该算正常现象?大多数播放器都是这么设计的吧

On 29 Mar 2018, at 16:26, littlezan notifications@github.com wrote:

demo中,PLVideoTextureActivity 点击非视频区域,不会回调MediaController中的接口,导致不能显示MediaController画面,一定要点击视频区域才可以。

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pili-engineering/PLDroidPlayer/issues/891, or mute the thread https://github.com/notifications/unsubscribe-auth/AEEwllJxzeN98A5IPKq1wRGAWwhfRJTHks5tjJqZgaJpZM4S_7-P.

littlezan commented 6 years ago

如果用PLVideoView 是正常的,非视频画面渲染区域也会有回调的