- 21 May, 2014 4 commits
-
-
The video.js tech selection now manages whether the HLS polyfill is used or not, so we don't need to detect HLS support in the project itself.
David LaPalomento committed -
Get rid of grunt-contrib-qunit because it was inexplicably failing in phantomjs. It's still possible to test in phantom through karma and the tests all pass there. Add test cases for object disposal on the tech and the playlist loader.
David LaPalomento committed -
Make the withCredentials test synchronous so that karma doesn't hang on it. Pull out test player creation so that it can be re-used. Re-indented player.src invocations.
David LaPalomento committed -
-
- 20 May, 2014 1 commit
-
-
dispose tech, playlist loader don't trigger loadedmetadata if there was an error no need for duration update workarounds, add duration to tech update all the tests remove irrelevant tests
Gary Katsevman committed
-
- 19 May, 2014 7 commits
-
-
-
Moved initializations to init. Rename and repurpose original init method to initSource which gets called from #src.
Gary Katsevman committed -
-
-
-
-
-
- 16 May, 2014 2 commits
-
-
- 02 May, 2014 1 commit
- 01 May, 2014 3 commits
-
-
-
Merge branch 'master' into feature/playlist-loader Conflicts: test/videojs-hls.html
David LaPalomento committed
-
- 30 Apr, 2014 2 commits
-
-
You can now test on travis with saucelabs or local browsers locally. You can give the grunt 'test' task arguments with which browers you want to run.
Gary Katsevman committed
- 28 Apr, 2014 5 commits
-
- 25 Apr, 2014 5 commits
-
-
- 24 Apr, 2014 2 commits
-
-
- 22 Apr, 2014 5 commits
-
-
Get the example page working by including the playlist-loader.js and update the concatenated js produced by grunt.
David LaPalomento committed -
Remove old playlist download code and use the playlist loader. Update test cases.
David LaPalomento committed
- 21 Apr, 2014 2 commits
-
-
Expose the XHR and URL resolution utility methods on videojs.hls so they can be shared between the playlist loader and the core plugin. Narrow the scope of the settings variable to be correctly tied to a single instance of the plugin.
David LaPalomento committed -
Add a new state, SWITCHING_MEDIA, that manages requests to change the active media playlist. Track media playlists by-URI on the master playlist so they can be looked up more easily.
David LaPalomento committed
-
- 20 Apr, 2014 1 commit
-
-
If the active media playlist does not have an ENDLIST tag, refresh it periodically.
David LaPalomento committed
-