Embed: Added MP4/WS "mews" player

This commit is contained in:
Cat 2021-04-21 17:54:37 +02:00 committed by Thulinma
parent 4b56936845
commit ddd9e8c67d
16 changed files with 1039 additions and 30 deletions

View file

@ -39,6 +39,7 @@ p.prototype.build = function (MistVideo,callback) {
if (MistVideo.source.type != "html5/video/ogg") {
ele.crossOrigin = "anonymous"; //required for subtitles, but if ogg, the video won"t load
}
ele.setAttribute("playsinline",""); //for apple
var shortmime = MistVideo.source.type.split("/");
if (shortmime[0] == "html5") {