remove content type
This commit is contained in:
parent
0bde426fea
commit
c73b1c5274
@ -5,7 +5,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<video class="video-js" data-setup='{}' controls>
|
<video class="video-js" data-setup='{}' controls>
|
||||||
<source src="{{ stream }}" type="application/vnd.apple.mpegurl" />
|
<source src="{{ stream }}" />
|
||||||
</video>
|
</video>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user