Skip to content

v0.4.4.2

Compare
Choose a tag to compare
@mangui mangui released this 26 Oct 16:39
· 163 commits to dev since this release

improvement

  • chromeless: get rid of video freeze when Fragment Playing event is triggered
  • performance improvement for 60fps (smooth TS parsing across time)

bugfixes

  • remove all Timers eventListener on hls.dispose(), should avoid/reduce memleak

API changes

  • remove hls.statsgetter, keep it in Chromeless Player page as reference. stats are project/player specific and computed using HLSEvents. thus they can be computed externally.
  • introduce hls.droppedFrames, that returns the total number of dropped video frames since the last call to hls.load(URL)

test link

http://flashls.org/flashls-0.4.4.2/examples/chromeless/
http://flashls.org/flashls-0.4.4.2/examples/flowplayer/
http://flashls.org/flashls-0.4.4.2/examples/osmf/GrindPlayer.html
http://flashls.org/flashls-0.4.4.2/examples/osmf/StrobeMediaPlayback.html