瑟瑟发抖
瑟瑟发抖
  • 发布:2024-01-24 11:44
  • 更新:2024-01-24 13:34
  • 阅读:224

ios端uni.createInnerAudioContext();播放失败{"errMsg":"MediaError","errCode":-5}

分类:uni-app
            const innerAudioContext = uni.createInnerAudioContext();  
            innerAudioContext.autoplay = true;  
            innerAudioContext.src ='https://webfs.hw.kugou.com/202401241520/96d1590181e9d59edc624a260826d076/KGTX/CLTX003/b5b15c23597a62cc1cd536953447adfa.mp3'  
            innerAudioContext.onPlay(() => {  
                console.log('开始播放')  
            });  
            innerAudioContext.onEnded(() => {  
                console.log('语音播报结束')  
                innerAudioContext.destroy() // 销毁  
            });  
            innerAudioContext.onError((e) => {  
                console.log('语音播报失败', e)  
                innerAudioContext.destroy() // 销毁  
            });
2024-01-24 11:44 负责人:无 分享
已邀请:
瑟瑟发抖

瑟瑟发抖 (作者)

ios版本是16.3.1

套马杆的套子

套马杆的套子 - 没有解决不了的问题,只有解决不完的问题

你这个链接貌似是播不了吧
https://bjetxgzv.cdn.bspapp.com/VKCEYUGU-hello-uniapp/2cc220e0-c27a-11ea-9dfb-6da8e309e0d8.mp3

要回复问题请先登录注册