- 03 May, 2016 1 commit
-
-
- 21 Apr, 2016 1 commit
-
-
- 04 Apr, 2016 1 commit
- 01 Apr, 2016 4 commits
-
-
-
Fix the IE11 bug without introducing a massive bandwidth leak into Flash playback
Jon-Carlos Rivera committed -
-
- 31 Mar, 2016 3 commits
-
-
-
-
… to modify the options used to create the request object * Make Xhr a factory function that returns a unique instance of the xhr function and expose an instance of it on each player's xhr object * Keep the returned function is backward compatible with the previous xhr * Add a `beforeRequest` function to the XHR that allows you to override options before the request * The `beforeRequest` function can be specified on the global `videojs.Hls.xhr` function and it'll be used for all players unless overridden on a per-player level
jrivera committed
-
- 24 Mar, 2016 1 commit
- 14 Mar, 2016 3 commits
- 11 Mar, 2016 3 commits
- 04 Mar, 2016 2 commits
-
-
- 03 Mar, 2016 2 commits
-
-
- 02 Mar, 2016 1 commit
-
-
- 01 Mar, 2016 5 commits
-
-
-
-
Work around a bug with the buffered property in IE11 that prevented playback
Jon-Carlos Rivera committed -
-
Work around a bug with the buffered property in IE11 that prevented playback
Jon-Carlos Rivera committed
-
- 29 Feb, 2016 1 commit
-
-
- 26 Feb, 2016 6 commits
- 25 Feb, 2016 1 commit
-
-
fixed a typo in src/videojs-contrib-hls fixed some inconsistencies in test/videojs-contrib-hls
brandonocasey committed
-
- 24 Feb, 2016 2 commits
-
-
The refactor should not have changed the required ordering for statements so restore it. Adjust styles a tad.
David LaPalomento committed -
removed stub test and stub src files updated build scripts to continue working fixed several linting issues that were previously unnoticed turn the linter back on remove init function from stream added ignore for playlist-loader as it will be finished later
brandonocasey committed
-
- 22 Feb, 2016 1 commit
-
-
- 16 Feb, 2016 2 commits
-
-
If Flash-based source buffers are being used, the HLS source handler isn't available until later in the player lifecycle. Wait a bit before spying on drainBuffer() to account for that possible delay.
David LaPalomento committed