Videos SDK
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

OptionTypeRequiredDescription
libraryIdstringBunny Stream video library id.
apiKeystringLibrary API key.
pullZonestringCDN pull zone hostname prefix.
tokenAuthKeystringToken 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.

On this page