1. 21 Sep, 2015 4 commits
  2. 16 Sep, 2015 3 commits
  3. 11 Sep, 2015 2 commits
  4. 10 Sep, 2015 1 commit
  5. 09 Sep, 2015 5 commits
  6. 02 Sep, 2015 3 commits
  7. 25 Aug, 2015 3 commits
  8. 21 Aug, 2015 1 commit
  9. 20 Aug, 2015 2 commits
    • Get the stats page working after the video.js 5 update.
      David LaPalomento committed
    • We shouldn't abort() on the source buffer for every seek. The buffered region is no longer guaranteed to be contiguous, so take that into account when determining if the segment to be loaded needs to be updated. Allow media sources to handle duration updates internally, don't set the duration on every segment download. Doing so was actually causing the range removal algorithm to run when the final segment came in slightly below the duration advertised in the m3u8.
      David LaPalomento committed
  10. 19 Aug, 2015 2 commits
  11. 18 Aug, 2015 1 commit
    • Added the ability to view both the transmuxed video and audio playback automatically
      Supports segments with only one of the two tracks
      jrivera committed
  12. 17 Aug, 2015 1 commit
  13. 13 Aug, 2015 1 commit
  14. 09 Aug, 2015 1 commit
  15. 03 Aug, 2015 2 commits
    • Hack in the changes necessary to use the MP2T->MP4 transmuxer and native media source extensions. If you can find a video that is compatible with the current state of the transmuxer, this commit successfully plays back multiple video segments though seeking seems a bit touchy.
      David LaPalomento committed
    • When a NAL unit had trailing zeroes that were split across pushes to the H264Stream, the parser would go into an infinite loop. Instead, make sure we never advance the parser beyond the current push and advance the sync point to a valid position before starting processing. Add HTML-HLS dependencies to the example page.
      David LaPalomento committed
  16. 31 Jul, 2015 8 commits