a2f5dfa7 by David LaPalomento

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.
1 parent 0ccdb7a9
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
18 "grunt": "~0.4.1" 18 "grunt": "~0.4.1"
19 }, 19 },
20 "dependencies": { 20 "dependencies": {
21 "video.js": "git+https://github.com/dmlap/video-js.git#v4.3.0-3", 21 "video.js": "git+https://github.com/dmlap/video-js.git#v4.3.0-4",
22 "videojs-contrib-media-sources": "0.0.0" 22 "videojs-contrib-media-sources": "0.0.0"
23 } 23 }
24 } 24 }
......