Validates a C2PA live stream segment using the VSI/EMSG method (§19.7.3).
Extracts the EMSG box, decodes the COSE_Sign1 and VSI map, matches the
session key by kid, then performs all cryptographic checks: signature
verification, BMFF content hash, sequence number floor, and key validity.
Returns null if the segment does not contain a C2PA EMSG box.
Validates a C2PA live stream segment using the VSI/EMSG method (§19.7.3).
Extracts the EMSG box, decodes the COSE_Sign1 and VSI map, matches the session key by kid, then performs all cryptographic checks: signature verification, BMFF content hash, sequence number floor, and key validity.
Returns
nullif the segment does not contain a C2PA EMSG box.