External modules
EdgeWorkers supports external modules to use in your code bundles to provide a class or a library of functions for a specific purpose.
You can import the HLS parser and DASH parser modules to build the following video use cases.
- Manifest and Playlist Manipulation
- Live program replacement (Currently only supported with the HLS module.)
- Content insertion
The jwt module is available to verify JWT tokens using digital signatures.
The cwt module is available to create, sign, and verify CWT tokens..
You can use the watermarking module to watermark Over-The-Top (OTT) content delivered in an Adaptive Bitrate (ABR) format.
For instructions on how to include these modules in your EdgeWorkers code bundles see, Import a JavaScript module.
Updated 7 months ago