2***@qq.com
2***@qq.com
  • 发布:2023-04-18 17:24
  • 更新:2023-04-18 18:20
  • 阅读:233

【报Bug】直播组件live-player 使用API在IOS端播放

分类:uni-app

产品分类: uniapp/小程序/微信

PC开发环境操作系统: Windows

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

HBuilderX类型: 正式

HBuilderX版本号: 3.6.18

第三方开发者工具版本号: Stable 1.06.2301160

基础库版本号: 2.30.3

项目创建方式: HBuilderX

示例代码:

<live-player

  :style="{  

    width: width,  

    height: height  

  }"  

  :src="data.playUrl"  

  :autoplay="false"  

  id="livePlayer"  

  @statechange="statechange"  

  @error="error"  

/>  

let id = 'livePlayer';

this.playerCtx = uni.createLivePlayerContext(id, this);

  setTimeout(() => {  

    let that = this;  

    this.playerCtx.play({  

      success: function() {  

        console.log('成功了');  

      },  

      error: function() {  

      }  

    });  

  }, 100);

操作步骤:

live-player error: insertLivePlayer:fail jsapi has no permission, event=insertLivePlayer, runningState=foreground, permissionMsg=permission got, detail=jsapi has no permission

预期结果:

实际结果:

bug描述:

直播组件live-player 在IOS端使用createLivePlayerContex播放的时候,直接报错

live-player error: insertLivePlayer:fail jsapi has no permission, event=insertLivePlayer, runningState=foreground, permissionMsg=permission got, detail=jsapi has no permission

2023-04-18 17:24 负责人:无 分享
已邀请:
LOVE约定

LOVE约定

我也同样未解决,好像是流的问题,尝试换组件

要回复问题请先登录注册