Skip to content

v1.5.0

Compare
Choose a tag to compare
@xqq xqq released this 14 Dec 01:37
· 22 commits to master since this release
8c1bed1

This version adds new API and features without breaking any existing interface and compatibility.

Features

  • Support additional request headers when fire http request
  • Add custom loader support (config.customLoader)
  • Add METADATA_ARRIVED callback event for onMetaData script data received
  • Add SCRIPTDATA_ARRIVED callback event for any AMF script data received
  • Update flv.d.ts TypeScript Declaration File

Improve and bugfix

  • Fix Source too large exception caused by incorrect byte length in MP4Remuxer
  • Fix potential exception under Edge when do removeSourceBuffer in MSEController