C2paVerificationConfig

Configuration for C2PA verification of CMAF-based inputs.

Verification is reporting-only and fail-open: media continues to flow even when a segment fails to validate. Outcomes are surfaced to the SDK as per-segment C2paSegmentVerified events on the input node.

Field

Type

Repeated

Description

trust_anchors_path

string

Optional path to a PEM-encoded bundle of trusted root certificates. When empty, c2pa-rs’s default trust list is used. Useful for self-signed / dev cert chains in test environments.

scheme

C2paScheme

Must match the scheme used by the upstream signer. Defaults to SEGMENT_MANIFEST_BOX (ยง19.3) for backwards compatibility.

Member of

Message

Description

CmafIngestInputConfiguration

Configuration for a CMAF ingest input. Receives fMP4 init and media segments via HTTP PUT/POST. The ingest endpoint URL will be: PUT /cmaf-ingest/{name}/{representationId}/init.mp4 PUT /cmaf-ingest/{name}/{representationId}/{number}.m4s

MoqInputConfiguration