android7.0 media进程,video安卓微信版本7.0.12上播放错误?MEDIA_ERR_DECODE(-4999,-1)

监控视频在7.0.12的微信开发者工具上能打开,但无法在7.0.12版本微信的安卓手机上播放,在7.0.4版本,7.0.10版本是正常的,使用的代码块例子为video原DEMO改了地址:http://222.77.85.220:80/live/31000000002000000000/31000000001320000552/0_2/a.m3u8

返回的错误消息是MEDIA_ERR_DECODE(-4999,-1),开发者工具和IOS都可以播放

微信开发者工具PC调试

14ac33f67932bf9909d3024d02f56e2c.png

4256d88ef176a9a10781a5c7c17c0e0f.png

a8bfef04eac3c0a49717f769436914ea.png

a494b02751c02bddb02971f315fb8169.png

src="http://rstp1.ylsiot.com/live/31000000002000000000/31000000001320000552/0_2/a.m3u8" binderror="videoErrorCallback" danmu-list="{{danmuList}}" enable-danmu danmu-btn controls>

弹幕内容

发送弹幕

播放

暂停

function getRandomColor () {

const rgb = []

for (let i = 0 ; i < 3; ++i){

let color = Math.floor(Math.random() * 256).toString(16)

color = color.length == 1 ? '0' + color : color

rgb.push(color)

}

return '#' + rgb.join('')

}

Page({

onReady: function (res) {

this.videoContext = wx.createVideoContext('myVideo')

},

inputValue: '',

data: {

src: '',

danmuList:

[{

text: '第 1s 出现的弹幕',

color: '#ff0000',

time: 1

},

{

text: '第 3s 出现的弹幕',

color: '#ff00ff',

time: 3

}]

},

bindInputBlur: function(e) {

this.inputValue = e.detail.value

},

bindSendDanmu: function () {

this.videoContext.sendDanmu({

text: this.inputValue,

color: getRandomColor()

})

},

bindPlay: function() {

this.videoContext.play()

},

bindPause: function() {

this.videoContext.pause()

},

videoErrorCallback: function(e) {

console.log('视频错误信息:')

console.log(e.detail.errMsg)

}

})

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值