Bitmovin Player React Native SDK - v1.15.0
    Preparing search index...

    Interface CmcdConfig

    Contains config values regarding Common Media Client Data (CMCD). More information about the Consumer Technology Association (CTA) Specification is available at https://cdn.cta.tech/cta/media/media/resources/standards/pdfs/cta-5004-final.pdf

    iOS 18+, tvOS 18+

    interface CmcdConfig {
        isEnabled?: boolean;
    }
    Index

    Properties

    Properties

    isEnabled?: boolean

    Enables sending Common Media Client Data (CMCD) on requests as HTTP headers.

    Note:

    • Common Media Client Data (CMCD) is only supported through HTTP headers.
    • By default, CMCD data is only sent on media (video and audio) requests. To enable them also for manifest requests, TweaksConfig.isCustomHlsLoadingEnabled needs to be disabled.
    • Only CMCD v1 is supported for now.

    Default is false.

    iOS 18+, tvOS 18+