- 27 May, 2014 1 commit
-
-
Pull in fake XHR and timers in preparation for loading the HLS code into the switcher page.
David LaPalomento committed
-
- 26 May, 2014 1 commit
-
-
Add a page that runs allows you to run a simulation of network conditions and displays the playlist selection behavior in a chart. Currently, it just allows you to define bandwidth values over a period of time and graphs that line using d3.js.
David LaPalomento committed
-
- 21 May, 2014 7 commits
-
-
Using the dev version can lead to accidental dependencies on non-public functionality.
David LaPalomento committed -
When in the scope of the tech, use `this` to reference the tech instead of going through the player.
David LaPalomento committed -
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 3 commits