Skip to content

Releases: video-dev/hls.js

v0.0.5

05 May 12:07
Compare
Choose a tag to compare

introduce FRAG_PLAYING event, triggered when starting playback of a new fragment
update demo page (add button for level selection, log FRAG_PLAYING event and loadeddata event)
improve demuxer : handle NAL unit and AAC frames overlapping between PES packet

v0.0.4

14 Apr 16:45
Compare
Choose a tag to compare

introduce hls.firstLevel
fix hls.destroy() not working
demo page : adding canvas to monitor level switch

v0.0.3

14 Apr 11:50
Compare
Choose a tag to compare

decouple loadSource() from attachVideo()
these two actions could now be performed asynchronously.
i.e. the manifest could be retrieved and parsed without hls.js needing HTML video element.

v0.0.2

13 Apr 12:40
Compare
Choose a tag to compare

update hls.js/hls.min.js
fix lint

v0.0.1

13 Apr 12:09
Compare
Choose a tag to compare

initial release