1. 25 Feb, 2014 1 commit
    • Modify the parser to include an attribute when the endlist tag shows up in a media playlist. Update test playlist parses to add the attribute where appropriate. Trigger a playlist reload and merge if endlist isn't present in the parse. Clean up some formatting.
      David LaPalomento committed
  2. 23 Feb, 2014 1 commit
    • 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
  3. 19 Feb, 2014 1 commit
  4. 13 Feb, 2014 4 commits
  5. 12 Feb, 2014 1 commit
    • Pushing an entire segment worth of FLV tags into the source buffer at once caused noticeable delays with high-bitrate segments. Instead, wrap each call to appendBuffer in a setTimeout of zero so that the browser has a chance to render frames while the segment is being transferred to the SWF. Make sure that appends-in-progress are cleared if a seek is initiated.
      David LaPalomento committed
  6. 10 Feb, 2014 5 commits
  7. 09 Feb, 2014 2 commits
  8. 06 Feb, 2014 1 commit
  9. 05 Feb, 2014 2 commits
  10. 04 Feb, 2014 2 commits
  11. 31 Jan, 2014 2 commits
  12. 29 Jan, 2014 3 commits
  13. 28 Jan, 2014 4 commits
  14. 27 Jan, 2014 3 commits
  15. 26 Jan, 2014 1 commit
  16. 25 Jan, 2014 1 commit
  17. 24 Jan, 2014 1 commit
  18. 23 Jan, 2014 1 commit
  19. 22 Jan, 2014 4 commits