1. 08 Jan, 2014 7 commits
  2. 07 Jan, 2014 5 commits
  3. 06 Jan, 2014 6 commits
  4. 03 Jan, 2014 4 commits
  5. 02 Jan, 2014 2 commits
  6. 29 Dec, 2013 4 commits
  7. 28 Dec, 2013 1 commit
  8. 27 Dec, 2013 2 commits
    • Check if there is a request in flight and don't perform buffer checks until it completes.
      David LaPalomento committed
    • On loadedmetadata and timeupdate, check the length of content from the current playhead position to the end of the buffer. If the amount of time buffered is less than a goal size of 5 seconds, download another segment of the video. For this algorithm to work, it requires an update to the video.js swf to expose the bufferLength property on the netstream directly. Added a fix so that once all segments are downloaded, the plugin does not attempt to continue downloading segments.
      David LaPalomento committed
  9. 26 Dec, 2013 1 commit
  10. 25 Dec, 2013 5 commits
  11. 22 Dec, 2013 2 commits
  12. 20 Dec, 2013 1 commit
    • There are a ton of tests in m3u8_test.js currently and it's getting a bit difficult to manage. Instead of hand-writing checks for each property of the parsed output, automatically convert manifests to javscript strings during the build process and then compare the parse of that string against a JSON file with the same name.
      David LaPalomento committed