1. 14 Apr, 2014 1 commit
    • Remove async tag queueing from HLS since that is now happening in the media sources plugin itself. Update the location of MSE source files. Bump the dependency in package.json. Two tests are still failing with this commit but will be fixed shortly.
      David LaPalomento committed
  2. 09 Mar, 2014 1 commit
    • The original algorithm was incorrectly including the nal_unit_type in the returned RBSP when there were no emulation bytes to filter. This version is slower because it examines every byte individually but it's simpler to understand. Add a test case for H264 stream parsing that demonstrates the issue.
      David LaPalomento committed
  3. 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
  4. 09 Feb, 2014 1 commit
  5. 02 Jan, 2014 1 commit
  6. 25 Dec, 2013 2 commits