Selbst der Code aus der Solution läuft nicht. Angeblich fehlt das src Attribut.
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Automatische Videowiedergabe</title>
</head>
<body>
<video autoplay>
<source src="video.mp4" type="video/mp4">
<source src="video.webm" type="video/webm">
Your browser does not support the video tag.
</video>
</body>
</html>