41d49103 by David LaPalomento

Update media sources

Tech-based seeking requires sourceBuffer abort to trigger an appendBytesAction on the SWF when running in flash mode.
1 parent f9664de0
...@@ -37,6 +37,6 @@ ...@@ -37,6 +37,6 @@
37 "video.js": "git+ssh://git@github.com:dmlap/video-js.git#0.6.1-alpha" 37 "video.js": "git+ssh://git@github.com:dmlap/video-js.git#0.6.1-alpha"
38 }, 38 },
39 "dependencies": { 39 "dependencies": {
40 "videojs-contrib-media-sources": "git+ssh://git@github.com:videojs/videojs-contrib-media-sources.git#feature/abort" 40 "videojs-contrib-media-sources": "git+ssh://git@github.com:videojs/videojs-contrib-media-sources.git#c1b0f3bd83ec975442b0a53864f6793a56751fb8"
41 } 41 }
42 } 42 }
......