搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

话题已关闭并存档。 如果需要帮助请提出新问题。

In Firefox 38 and above, HTML video element doesn't play mp4 videos

  • 无回复
  • 1 人有此问题
  • 13 次查看
more options

locking this thread as duplicate, please continue at /questions/1076419

We're using a URL like "http://.....*.mp4", which will play the mp4 video files in mozilla firefox. In our code we are using

The error message "Media Resource could not be decoded" is displayed on debugging to the following line:

document.getElementById("Video2").src="http://...*.mp4"

<video id="Video2" controls/>

''locking this thread as duplicate, please continue at [https://support.mozilla.org/en-US/questions/1076419 /questions/1076419]'' We're using a URL like "http://.....*.mp4", which will play the mp4 video files in mozilla firefox. In our code we are using <Video> element, and the video is getting played upto Firefox 37.0. After upgrading to Firefox 38.0 the video is not getting played. The error message "Media Resource could not be decoded" is displayed on debugging to the following line: document.getElementById("Video2").src="http://...*.mp4" <video id="Video2" controls/>

由philipp于修改