From 863eefb1d19f0882d80dc7b15d023bc6bb82c59a Mon Sep 17 00:00:00 2001 From: Sascha Kluger Date: Mon, 2 Dec 2013 17:35:40 +0100 Subject: [PATCH] IE10 timing issues --- src/models/player.audio.video.osmf.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/models/player.audio.video.osmf.js b/src/models/player.audio.video.osmf.js index 3aa940d..4a97532 100644 --- a/src/models/player.audio.video.osmf.js +++ b/src/models/player.audio.video.osmf.js @@ -22,11 +22,12 @@ $p.newModel({ {ext:'f4v', type:'video/mp4', platform:'flash', streamType: ['*']}, {ext:'mov', type:'video/quicktime', platform:'flash', streamType: ['*']}, {ext:'m4v', type:'video/mp4', platform:'flash', fixed: true, streamType: ['*']}, - {ext:'f4m', type:'application/f4m+xml', platform:'flash', fixed: true, streamType: ['*']}, - {ext:'m3u8', type:'application/mpegURL', platform:'flash', fixed: true, streamType: ['*']}, - {ext:'m3u8', type:'application/x-mpegURL', platform:'flash', fixed: true, streamType: ['*']}, - {ext:'m3u8', type:'application/vnd.apple.mpegurl', platform:'flash', fixed: true, streamType: ['*']}, - {ext:'manifest', type:'application/vnd.ms-ss', platform:'flash', fixed: true, streamType: ['*']} + {ext:'f4m', type:'application/f4m+xml', platform:'flash', fixed: true, streamType: ['*']} + // should require an additional config option to activate in order consider strobe.swf variants + // {ext:'m3u8', type:'application/mpegURL', platform:'flash', fixed: true, streamType: ['*']}, + // {ext:'m3u8', type:'application/x-mpegURL', platform:'flash', fixed: true, streamType: ['*']}, + // {ext:'m3u8', type:'application/vnd.apple.mpegurl', platform:'flash', fixed: true, streamType: ['*']}, + // {ext:'manifest', type:'application/vnd.ms-ss', platform:'flash', fixed: true, streamType: ['*']} ], hasGUI: false, @@ -70,7 +71,7 @@ $p.newModel({ var ref = this; window['projekktorOSMFReady'+this.pp.getId()] = function() { - projekktor(ref.pp.getId()).playerModel._OSMFListener(arguments); + ref.pp.playerModel._OSMFListener(arguments); }; var domOptions = {