add mp4 content type
This commit is contained in:
parent
c73b1c5274
commit
fb2561c776
@ -5,7 +5,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<video class="video-js" data-setup='{}' controls>
|
<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>
|
</video>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user