dynamic content type

This commit is contained in:
2021-05-12 01:04:45 +02:00
parent fb2561c776
commit 832cb49357
2 changed files with 4 additions and 3 deletions

View File

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