- 27 May, 2014 2 commits
-
-
When the simulation is run, update the network timeline with the new bandwidth plot.
David LaPalomento committed -
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 3 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 1 commit
-
-
- 01 May, 2014 1 commit
-
-
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 3 commits
-
-
- 25 Apr, 2014 3 commits
-
-
- 24 Apr, 2014 1 commit
-
-
- 22 Apr, 2014 1 commit
-
-
Remove old playlist download code and use the playlist loader. Update test cases.
David LaPalomento committed
-
- 21 Apr, 2014 1 commit
-
-
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
-
- 19 Apr, 2014 1 commit
-
-
- 15 Apr, 2014 3 commits
-
- 14 Apr, 2014 4 commits
-
-
Call abort() on the active source buffer when a seek is detected. Fix tests to match new SourceBuffer usage expectations.
David LaPalomento committed -
Remove async tag queueing from HLS since that is now happening in the media sources plugin itself. Update the location of MSE source files. Bump the dependency in package.json. Two tests are still failing with this commit but will be fixed shortly.
David LaPalomento committed -
-
-
- 11 Apr, 2014 1 commit
-
-
- 07 Apr, 2014 1 commit
-
-
A poorly operating live stream might publish media playlist before any segments are available. If that happens, keep checking back for updates instead of throwing an exception and dying.
David LaPalomento committed
-
- 31 Mar, 2014 1 commit
- 28 Mar, 2014 4 commits
-
-
- 24 Mar, 2014 1 commit
-
-
- 22 Mar, 2014 2 commits
-
- 21 Mar, 2014 1 commit
-
-
Also, remove resetting setTimeout as it's already being done in setup/teardown.
Gary Katsevman committed
-