Adapters
Bunny Stream
The Bunny Stream adapter for videos-sdk.
import { createVideos } from 'videos-sdk';
import { bunny } from 'videos-sdk/bunny';
const videos = createVideos({
adapter: bunny({ libraryId, apiKey, pullZone }),
});Config
| Option | Type | Required | Description |
|---|---|---|---|
libraryId | string | ✓ | Bunny Stream video library id. |
apiKey | string | ✓ | Library API key. |
pullZone | string | ✓ | CDN pull zone hostname prefix. |
tokenAuthKey | string | — | Token authentication key. |
Capabilities
Bunny does not support DASH or thumbnails at a specific timestamp — both are absent from the type. All other capabilities are supported.