1. 18 Mar, 2014 1 commit
  2. 13 Mar, 2014 1 commit
  3. 12 Mar, 2014 4 commits
  4. 11 Mar, 2014 2 commits
  5. 10 Mar, 2014 4 commits
  6. 09 Mar, 2014 4 commits
  7. 07 Mar, 2014 1 commit
  8. 04 Mar, 2014 1 commit
  9. 03 Mar, 2014 1 commit
  10. 02 Mar, 2014 1 commit
    • When debugging transmux issues, it can be handy to be able to easily compare the result of the javascript segment parser with the working output from a tool like ffmpeg. Put together a test page to display the hex dump of segment-parser output side-by-side with a working example. Fixed the hex dump utility to produce more than one line of output per tag.
      David LaPalomento committed
  11. 01 Mar, 2014 1 commit
    • The original test was invoking the playlist reload callback which tested whether the media index was updating correctly after a refresh. Now, the test correctly triggers the a variant switch after downloading a segment. Consolidated media index update code and ensured state is properly updated after a switch.
      David LaPalomento committed
  12. 28 Feb, 2014 3 commits
  13. 27 Feb, 2014 3 commits
  14. 26 Feb, 2014 2 commits
  15. 25 Feb, 2014 4 commits
  16. 24 Feb, 2014 1 commit
  17. 23 Feb, 2014 2 commits
    • When an ENDLIST tag is not present, media playlists should be continually re-requested to check for updates. The updated versions of the playlist must be reconciled with the client's metadata to continue playback. Added a single function to manage this process for media playlists with and without media sequence information, using URIs and byterange information to match segments.
      Removed parser code that defaulted the playlist type to VOD if no type was specified. The spec allows live streams to omit the playlist type if the server intends to remove segments from the playlist. None of the runtime code actually referenced playlist type so it may have been a bit premature to parse it at all.
      David LaPalomento committed
    • Repo Updates towards Beta
      David LaPalomento committed
  18. 21 Feb, 2014 3 commits
  19. 19 Feb, 2014 1 commit