github video-dev/hls.js v0.3.0

latest releases: v1.5.8, v1.5.7, v1.5.6...
pre-release8 years ago

API change

  • introduce Hls.Events.MEDIA_ATTACHING
  • rename Hls.Events.MSE_ATTACHED into Hls.Events.MEDIA_ATTACHED
  • rename Hls.Events.MSE_DETACHING into Hls.Events.MEDIA_DETACHING
  • rename Hls.Events.MSE_DETACHED into Hls.Events.MEDIA_DETACHED
  • rename hls.attachVideo() into hls.attachMedia()
  • rename hls.detachVideo() into hls.detachMedia()

improvement

  • Allow for other media sources and destinations (i.e encapsulate MSE concerns into buffer controller only) #60
  • Enable easy access to either the playlist, the fragment or both loader #77
  • Improved playlist url parsing #80
  • Use performance timers for stats #87

bugfixes

  • TS demuxer : don't push NAL unit with invalid type
  • VOD end of video not fired in Chrome with some videos #83
  • Internet Explorer Hangs With Stream With Long DVR (3 hours) #76
  • fix FRAG_LOOP_LOADING_ERROR happening on IE
  • fix playback of broken streams with large holes without audio/video samples between 2 consecutive fragments.

Don't miss a new hls.js release

NewReleases is sending notifications on new releases.