HTML5视频无法在任何浏览器中播放
I have a video with the following information
It is MP4 video with H264 codec
但是,使用以下代码:
<video width="500" height="440" controls="controls">
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not su...