@aelionsdk/media
v1.2.0
Published
Range I/O, media indexing, decoding and exact seek for AelionSDK
Downloads
1,466
Readme
@aelionsdk/media
Range I/O, media indexing, exact seek, decoding, cache and proxy primitives for AelionSDK.
Install
npm install @aelionsdk/medialatest currently resolves to 1.2.0. Applications should prefer
ProductionMediaProvider from @aelionsdk/sdk; direct use is intended for
custom media providers, cache implementations and decode hosts.
Public surface
- HTTP/file range readers and proxy contracts;
- MP4/MOV/MKV/TS/WebM indexing and exact seek;
- video, audio and image adapters;
- content-addressed cache and OPFS storage;
- shared decoder, cache and request resource governance.
Callers own returned browser media resources unless an API explicitly transfers ownership. Close frames, cancel obsolete reads and release cache/provider resources when a session ends.
See the media lifecycle guide and API reference. Licensed under MIT.
