1. 28 Feb, 2014 1 commit
  2. 25 Feb, 2014 1 commit
  3. 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
  4. 29 Jan, 2014 1 commit
  5. 22 Jan, 2014 2 commits
  6. 16 Jan, 2014 1 commit
  7. 15 Jan, 2014 1 commit
    • Stop attempting to calculate the segment time range in the media playlist parsing, instead we can re-calculate it on demand. Remove some trailing commas in expected parser output because that is not valid JSON. Do not create an attributes property when parsing stream-inf if no actual attribute values were parsed.
      David LaPalomento committed
  8. 08 Jan, 2014 1 commit
  9. 07 Jan, 2014 3 commits
    • Move the duration update functionality so it happens inline instead of in a custom event. Add a test case. Clean up formatting inconsistencies.
      David LaPalomento committed
    • It's not valid according to the spec, but bipbop has whitespace after the commas in its key-value pair lists. Strip leading and trailing whitespace before splitting the key and value when parsing now. Update one of the manifests to use the bad format. Add differentiated media playlists.
      David LaPalomento committed
    • If a master playlist has been downloaded, immediately fetch the default variant playlist and start buffering it. This matches HLS network activity in Safari on OS X which also seems to lazily load the non-default variant streams. Consolidate relative URL resolution and use a solution involving the `base` element to take advantage of browser logic for URL composition. Update test cases to expect absolute URLs for XHRs after the initial manifest request.
      David LaPalomento committed
  10. 06 Jan, 2014 3 commits
  11. 03 Jan, 2014 1 commit
  12. 28 Dec, 2013 1 commit
  13. 25 Dec, 2013 1 commit
  14. 20 Dec, 2013 2 commits
  15. 19 Dec, 2013 1 commit
  16. 18 Dec, 2013 2 commits
    • Split parsing into tokenization and a very liberal parser. After this, an "interpreter" needs to be created to build an object representation of the manifest based on the events emitted by the parser. Higher-level manifest tests are broken until that interpreter is written.
      David LaPalomento committed
    • Add the peg parser generation step to the gruntfile. Include the generated parser in the test harness page. Update many of the m3u8 tests to work with the new parser. There are a number of tests still failing. I believe this is because parts of the grammar are not sufficiently flexible to handle some optional parameters. For instance, #EXT-X-BYTE-RANGE is being glommed incorrectly into the #EXTINF definition and that's throwing off parsing. This commit is a progress checkpoint; things are definitely not working correctly.
      David LaPalomento committed
  17. 16 Dec, 2013 1 commit
  18. 12 Dec, 2013 9 commits
  19. 11 Dec, 2013 7 commits