Embed: Added MP4/WS "mews" player
This commit is contained in:
parent
4b56936845
commit
ddd9e8c67d
16 changed files with 1039 additions and 30 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue