add mp4 content type

This commit is contained in:
Roy Olav Purser 2021-05-12 00:48:31 +02:00
parent c73b1c5274
commit fb2561c776
Signed by: roypur
GPG Key ID: E14D26A036F21656

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>