v0.4.4.2
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.stats
getter, 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 tohls.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