pili-engineering / PLDroidPlayer

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

http直播流,设置setDisplayAspectRatio没有效果 #973

Open neilzhengzx opened 6 years ago

neilzhengzx commented 6 years ago

我在创建时设置,但是显示一直是撑满控件的 mVideoView = new PLVideoView(reactContext); mVideoView.setDisplayAspectRatio(PLVideoView.ASPECT_RATIO_FIT_PARENT); 直播流地址是http://ivi.bupt.edu.cn/hls/cctv5hd.m3u8

ReikyZ commented 6 years ago

在 xml 中使用 PLVideoView 试下

neilzhengzx commented 6 years ago

我的项目是java写的android的app