Bitmovin Player API 8.269.0
    Preparing search index...

    No PlayerConfig was provided when attempting to create a player instance. The PlayerConfig is used to set different configuration options, e.g. key, buffer or playback, and is required when creating a player instance.

    @example:


    const config = {
    key: '<PLAYER-KEY>',
    playback: {
    autoplay: false,
    muted: false
    },
    };