Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
flv.min.js.map | 2018-12-14 | 540.2 kB | |
flv.min.js | 2018-12-14 | 173.4 kB | |
flv.js.map | 2018-12-14 | 1.3 MB | |
flv.js | 2018-12-14 | 632.5 kB | |
flv.d.ts | 2018-12-14 | 12.9 kB | |
README.md | 2018-12-14 | 639 Bytes | |
v1.5.0.tar.gz | 2018-12-14 | 216.6 kB | |
v1.5.0.zip | 2018-12-14 | 254.2 kB | |
Totals: 8 Items | 3.2 MB | 0 |
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 foronMetaData
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