1. 31 Jul, 2015 31 commits
  2. 27 Feb, 2015 1 commit
  3. 22 Aug, 2014 1 commit
    • Used an adaptive, encrypted m3u8 on the example page and included hex dump utilities. Fixed formatting issues with the hex dump utility. Passed a 16-byte IV to the decrypter in drainBuffer(). Swapped byte order for the keys so they are not misintrepreted as little-endian. Added fields to the muxer test page to mux encrypted segments. Updated tests. Fixed docs on using openssl to test encryption and decryption.
      Gary Katsevman committed
  4. 23 Jun, 2014 1 commit
  5. 19 May, 2014 1 commit
  6. 10 Mar, 2014 2 commits
  7. 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