收藏
回答

innerAudioContext播放音频有的成功有的报10004格式错误?

如下2个视频源,一个可以一个不行,视频源生成都一样!

不能:http://47.104.167.164/faceVideo/result_2020_07_21_12_33_43.mp3

能:http://47.104.167.164/faceVideo/result_2020_07_20_21_43_11.mp3

最后一次编辑于  2020-07-21
回答关注问题邀请回答
收藏

2 个回答

  • 古月胡
    古月胡
    2020-07-22

    音频1、2来源和格式都相同且都可在浏览器正常播放,但是1不能播放!

    音频2只能点击播放一次 之后点击播放没有音频输出。

    onLoad: function () {

    this.innerAudioContext = wx.createInnerAudioContext();

    },


    start1:function(){

    this.innerAudioContext.autoplay = true

    this.innerAudioContext.src = 'http://47.104.167.164/faceVideo/result_2020_07_21_12_33_43.mp3';

    this.innerAudioContext.onPlay(() => {

    console.log('开始播放')

    })

    this.innerAudioContext.onError((res) => {

    console.log('eeee',res.errMsg)

    console.log(res.errCode)

    })

    },


    start2:function(){

    this.innerAudioContext.autoplay = true

    this.innerAudioContext.src = 'http://47.104.167.164/faceVideo/result_2020_07_20_21_43_11.mp3';

    this.innerAudioContext.onPlay(() => {

    console.log('开始播放')

    })

    this.innerAudioContext.onError((res) => {

    console.log('eeee',res.errMsg)

    console.log(res.errCode)

    })

    },



    2020-07-22
    有用
    回复
  • 灵芝
    灵芝
    2020-07-21

    你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

    2020-07-21
    有用
    回复 5
    • 古月胡
      古月胡
      2020-07-22
      https://developers.weixin.qq.com/s/PLBGB1mJ7aj5
      2020-07-22
      回复
    • 古月胡
      古月胡
      2020-07-22
      代码片段已分享,运行环境是macbook pro开发者工具
      2020-07-22
      回复
    • 灵芝
      灵芝
      2020-07-22回复古月胡
      真机测试正常吗?
      2020-07-22
      回复
    • 古月胡
      古月胡
      2020-07-22回复灵芝
      真机测试正常,但是之前开发工具都是正常的呢
      2020-07-22
      回复
    • 灵芝
      灵芝
      2020-07-23回复古月胡
      以真机为准哈,工具切换一下基础库或者是换个工具版本再试下
      2020-07-23
      回复
登录 后发表内容
问题标签