Skip to content

v0.4.4.0

Compare
Choose a tag to compare
@mangui mangui released this 20 Oct 17:40
· 205 commits to dev since this release

improvement

  • introduce hls.watched getter, useful to retrieve total watched time since last call to hls.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