1***@qq.com
1***@qq.com
  • 发布:2020-09-15 20:01
  • 更新:2020-09-15 20:01
  • 阅读:857

【报Bug】VideoPlayer可以播放rtsp,但是不能切换视频

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Mac

PC开发环境操作系统版本号: 10.15.6

HBuilderX类型: 正式

HBuilderX版本号: 2.8.11

手机系统: iOS

手机系统版本号: iOS 13.1

手机厂商: 苹果

手机机型: iPhoneXR

页面类型: vue

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

onReady() {
const currentWebview = this.$mp.page.$getAppWebview()
if (!player) {
this.$mp.page.$getAppWebview()
this.playStyle = {
src: this.url,
top: '100px',
left: '0px',
width: '100%',
height: '200px',
position: 'static',
autoplay: true
}
player = plus.video.createVideoPlayer('videoplayer', this.playStyle);
uni.showModal({
content: 'player: ' + JSON.stringify(player),
showCancel: false
});
currentWebview.append(player);
}
},

操作步骤:

一直出现

预期结果:

可以正常切换视频

实际结果:

更改了src,甚至重新创建了VideoPlayer都不行,一直播放同一个视频

bug描述:

我使用plus可以播放rtsp的视频,但是不能切换视频,切换的地址我是重新设置了,但是视频还是同一个

2020-09-15 20:01 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复