Videos SDK
Adapters

Mux

The Mux adapter for videos-sdk.

import { createVideos } from 'videos-sdk';
import { mux } from 'videos-sdk/mux';

const videos = createVideos({ adapter: mux({ tokenId, tokenSecret }) });

Config

OptionTypeRequiredDescription
tokenIdstringMux API access token id.
tokenSecretstringMux API secret key.
signingKeyIdstringSigning key id for signed playback.
signingKeySecretstringSigning key secret for signed playback.

Capabilities

Mux does not support DASH playback — playback().dash is absent from the type. All other capabilities are supported.

On this page