add mp4 content type

This commit is contained in:
2021-05-12 00:48:31 +02:00
parent c73b1c5274
commit fb2561c776

View File

@ -5,7 +5,8 @@
</head>
<body>
<video class="video-js" data-setup='{}' controls>
<source src="{{ stream }}" />
<source src="{{ stream }}" type="video/mp4" />
<source src="{{ stream }}" type="application/vnd.apple.mpegurl" />
</video>
</body>
</html>