ここに私が試している小さなテストコードがあります:
<!DOCTYPE html>
<html>
<head>
<title>HTML5 Player Proof Of Concept</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<video width="640" height="480" controls>
<source src="test.mp4" type="video/mp4">
<source src="test.ogg" type="video/ogg">
</video>
</body>
</html>
Safari と Chrome で動作します。しかし、Firefoxでは次のようになります:
私はこれらのファイルを使用します: