- 20 Mar, 2015 16 commits
-
-
-
-
-
-
-
-
-
Moving live start time calculation earlier in the code flow to eliminate a race condition, repeating it on first play to create a smooth experience, and making sure currentTime is updated to match these changes.
Brandon Bay committed -
-
-
- 19 Mar, 2015 6 commits
-
-
Clarify what happens when all else fails in rendition selection. Label "renditions" in the diagrams.
David LaPalomento committed -
Move bitrate switching docs out of the readme. Add some pretty graphics.
David LaPalomento committed
- 18 Mar, 2015 2 commits
- 17 Mar, 2015 1 commit
-
-
- 16 Mar, 2015 1 commit
- 12 Mar, 2015 2 commits
-
-
-
Moving live start time calculation earlier in the code flow to eliminate a race condition, repeating it on first play to create a smooth experience, and making sure currentTime is updated to match these changes.
Brandon Bay committed
-
- 11 Mar, 2015 6 commits
-
-
-
Update a test case to verify that calls to fillBuffer() and drainBuffer() are not scheduled after the player has been disposed.
David LaPalomento committed -
Add a test case to show that buffer checks begin immediately on setting a new source.
David LaPalomento committed -
Make sure the playlist loader is immediately disposed when the source is changed instead of waiting for sourceopen. Previously, it was possible that the source would be changed and fillBuffer() would run before the new set of playlists had been loaded. In that case, HLS would download a segment from the old playlist and block drainBuffer() from making progress because playlist.segments in the segmentBuffer element would be undefined. Switch from using timeupdate to trigger buffering to using straight window.timeout which fixes #160 and fixes #133.
David LaPalomento committed
-
- 02 Mar, 2015 6 commits
-
-
-
The standard specifies uppercase ASCII hex digits should be used for MPEG2 text track dispatch types.
David LaPalomento committed -
Feature detect support for addTextTrack so HLS remains functional with older video.js versions.
David LaPalomento committed -
Parse the elementary stream descriptor out of the PMT declaring the metadata stream, if present. Use those bytes to build the inBandMetadataDispatchType field on the generated text track.
David LaPalomento committed
-