奇妙なことに、一部のMP4ファイルはHTML5で再生されますが、他のファイルは再生されません。これがテストページhttp://psdtucss.com/test/test2.htmlで、Chrome19.0.1084.46mで開きます。最初のMP4は再生されますが、他のMP4は再生されません。どういう理由ですか。コードは非常に単純です。
<h3>the first mp4 file can play</h3>
<p><video width="640" height="264" controls="controls"><source src="1.mp4" type="video/mp4" />Your browser does not support the video tag.</video></p>
<h3>but the other can't play</h3>
<p><video width="640" height="264" controls="controls"><source src="2.mp4" type="video/mp4" />Your browser does not support the video tag.</video></p>
どうすればこれを修正できますか?
videojsを試しましたが、それでも一部のMP4ファイルが再生されません。テストページはこちら:http: //psdtucss.com/test/test.html