时间:2019-05-07 来源:小程序工厂
吴***:
根据 10 月 13 日的更新日志,audio 应该是支持了更多格式,包括 m3u8
吴***:
参考:https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/uplog.html
可以试一下 wx.createInnerAudioContext 方法然后在失败的回调中检测 errCode 是不是 10004
invokeWebviewMethod 数据传输长度为 1094255-微信小程序开发
菜***:
谢谢
菜***:
@官方 我测试 提示 音频文件无效,播放失败
菜***:
const innerAudioContext = wx.createInnerAudioContext()
innerAudioContext.autoplay = true
innerAudioContext.src = 'https://ls.qingting.fm/live/387/24k.m3u8?clientid=Y2VlMjg0NDYtZmQzMC0xMWU1LTkyM2YtMDAxNjNlMDAyMGFk&deviceid=4ff8a4c16d7b1cab&format=mpegts'
innerAudioContext.onPlay(() => {
console.log('开始播放')
})
innerAudioContext.onError((res) => {
console.log(res.errMsg)
console.log(res.errCode)
})
错误码 10004
视频全屏播放
菜***:
@官方 麻烦能不能看看 后面我这里要做电台
菜***:
@官方 麻烦能不能看看 电台已经开始 开发中了
大***:
同问,要么另开一个问题重新问吧,官方答疑效率太低了
catchtap 和 bindgetuserinfo 回调事件 的执行问题
菜***:
@官方 有人回答吗
菜***:
@官方 有回答吗