From a2f5dfa71aacc099bfdf1e0ca02ebe6af2363b06 Mon Sep 17 00:00:00 2001 From: David LaPalomento Date: Sun, 29 Dec 2013 17:24:22 -0600 Subject: [PATCH] Pick up swf with fix for buffered property Grab a custom vjs build with a SWF that reports buffered correctly when no duration is available. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8998bd58..389e651d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "grunt": "~0.4.1" }, "dependencies": { - "video.js": "git+https://github.com/dmlap/video-js.git#v4.3.0-3", + "video.js": "git+https://github.com/dmlap/video-js.git#v4.3.0-4", "videojs-contrib-media-sources": "0.0.0" } }