DOMException: Failed to load because no supported source was found

后端 未结 7 623
既然无缘
既然无缘 2020-11-30 08:20

I\'m getting DOMException: Failed to load because no supported source was found in video.play(); line. I\'m getting this issue only after adding video.setAt

相关标签:
7条回答
  • 2020-11-30 09:17

    I had this problem in a NodeJS / Electron app. It turned out to be the path to the audio file was wrong.

    0 讨论(0)
提交回复
热议问题