add mp4 content type
This commit is contained in:
parent
c73b1c5274
commit
fb2561c776
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user