- 17 May, 2016 1 commit
-
-
* Added test for multiple audio groups in flash * Use a single default audio track when not in html5 mode
forbesjo committed
-
- 06 May, 2016 1 commit
-
-
* Support for multiple alternate audio tracks * Separated segment loading logic into a reusable piece of functionality so that we can have more than one segment loader and they can manage the segment fetch behavior unique to each playlist they are loading from * Introduced the MasterPlaylistController to coordinate the loading of the master playlist and separate the behavior of the player from videojs-contrib-hls.js leaving the latter to be the glue between HLS and the video element's events * Added the SourceUpdater to manage the asynchronous bahavior of SourceBuffers and MediaSource objects so that we can treat it as a non-blocking work queue * Added parsing for MediaGroups in master playlists * Added support for AudioTrackList objects and events * Add support for every HLS mime type possible (#684) * Flash live fixes (#682)
Jon-Carlos Rivera committed
-
- 04 Apr, 2016 1 commit
- 01 Apr, 2016 1 commit
-
-
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
- 11 Mar, 2016 1 commit
-
-
- 29 Feb, 2016 1 commit
-
-
- 26 Feb, 2016 2 commits
-
-
Conflicts: .travis.yml package.json src/playlist.js src/videojs-hls.js test/videojs-hls_test.js
jrivera committed
-
- 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
-
- 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 -
-
- 12 Feb, 2016 1 commit
-
-
getComputedStyle returns null when in an iframe with display: none so be careful dereferencing it.
David LaPalomento committed
-
- 10 Feb, 2016 3 commits
- 09 Feb, 2016 1 commit
-
-
- 08 Feb, 2016 1 commit
-
-
In Firefox, the updateend event is triggered for both removing from the buffer and adding to the buffer. To prevent our update end handler from executing on removals, we wait for segmentInfo to have a filled in buffered value before we continue processing.
Garrett Singer committed
-
- 05 Feb, 2016 1 commit
-
-
updated stub.js to keep unit tests working updated build/watch scripts ripped resolve-url out of videojs-contrib-hls for now
brandonocasey committed
-
- 03 Feb, 2016 1 commit
- 02 Feb, 2016 2 commits
-
-
-
convert decrypter module to es6/node/browserify stub old functionalify to get all tests working updated scripts to keep builds and tests working
brandonocasey committed
-
- 01 Feb, 2016 1 commit
-
-
- 29 Jan, 2016 1 commit
-
-
stub old functionality to get unit tests working for now stub old test functionality to get unit tests working for now fixed some issues with the first browserify part convert m3u8 and stream modules to es6/node/browserify fixed npm scripts to work for current branch
brandonocasey committed
-
- 26 Jan, 2016 1 commit
-
-
added notifications back to travis fixed sinon version in package.json got unit tests working by modifying the karma config Added back manifest/expected.js to the build pipeline Added a script to build/watch/clean them Added script execution to package.json got switcher partially working again
brandonocasey committed
-
- 25 Jan, 2016 1 commit
-
-
- 20 Jan, 2016 1 commit
- 19 Jan, 2016 1 commit
-
-
- Addressed internal function issues as well as removed a potential fillBuffer bug - Added tests for byte-range requests
Dylan Dove committed
-
- 14 Jan, 2016 1 commit
-
-
* Added a media2.m3u8 file since that was the only variant that was missing and it just so happens that fixing selection meant media2 became very commonly selected in tests * Rendition selection test for non-exact player dimensions
jrivera committed
-
- 16 Dec, 2015 1 commit
-
-
readyState should have been a function all along added a test for expired seconds tracking not beginning until firstplay is triggered
jrivera committed
-
- 11 Dec, 2015 2 commits
-
- 09 Dec, 2015 1 commit
-
-
- 01 Dec, 2015 1 commit
-
-
- 27 Nov, 2015 1 commit
-
-
Track player events and display counts on the stats page. Add a toggle to force Flash mode.
David LaPalomento committed
-