Files
shaka-player/lib
Timothy Drews eb78046e4a Compute seek ranges; refactor Stream creation/startup.
* Compute a seek range in DashVideoSource and update the
  seek range for live streams.
* Fire an event when the seek range changes.
* Refactor stream creation and startup in
  StreamVideoSource: streams are only created and started once all
  streams are available.
* Correct 5b659acf9a, which set the video's
  current time after the streams have been started. The video's
  current time should be set before the streams start so that the
  correct segment ranges are buffered. Fix buffering issue by
  ensuring the streams do not have disjoint timelines before
  starting.

Issue #21

Change-Id: Ib8f4924b09bfdf0e3b61e25273e16fd313feaf24
2015-04-03 23:40:33 +00:00
..
2014-12-19 14:26:19 -08:00
2015-04-03 22:32:34 +00:00