v0.4.4.0
improvement
- introduce
hls.watched
getter, useful to retrieve total watched time since last call tohls.load()
- handle fragment demuxing/parsing errors (treated as regular IO errors)
- allow seeking anywhere in a live stream (if seek position is undefined, still seek to 3 fragments from live edge)
bugfixes
- fix endless chunk reloading without lowering bitrate on emergency switch down (#407)
- cap live playlist level loading timer : if play-head is far from edge of live playlist, reload every average frag duration, otherwise,reload every half average duration
- fix intermittent macro-blocks or freezed frames when key-frame seeking is used
- fix wrong buffering info reported on audio-only streams after last fragment has been loaded
test link
http://flashls.org/flashls-0.4.4.0/examples/chromeless/
http://flashls.org/flashls-0.4.4.0/examples/flowplayer/
http://flashls.org/flashls-0.4.4.0/examples/osmf/GrindPlayer.html
http://flashls.org/flashls-0.4.4.0/examples/osmf/StrobeMediaPlayback.html