v0.4.2.5
improvement
- introduce hls.startLoad() :
- this allows to asynchronously set startLevel and start quality level loading, whereas previously start quality level loading it was triggered automatically from MANIFEST_PARSED event.
introduce HLSSettings.autoStartLoad (default true to keep existing behaviour as default) to control this behaviour.
- this allows to asynchronously set startLevel and start quality level loading, whereas previously start quality level loading it was triggered automatically from MANIFEST_PARSED event.
bugfixes
- FragmentLoader : reset _levelNext on seek() so that level switching happens faster, in case hls.currentLevel is triggered while a PTS analysis is in progress
test link
http://flashls.org/flashls-0.4.2.5/examples/chromeless/
http://flashls.org/flashls-0.4.2.5/examples/flowplayer/
http://flashls.org/flashls-0.4.2.5/examples/osmf/GrindPlayer.html
http://flashls.org/flashls-0.4.2.5/examples/osmf/StrobeMediaPlayback.html