Skip to content

Forensic Watermarking Sample Downloads

You can download sample codes to integrate DoveRunner Forensic Watermarking service with your service site.

  • Common sample codes of API request for Transcoding & Packaging service and Session Manager API for CDN integration.
  • For the request JSON specifications, please check the linked API guide above.
Python Sample Java Sample
  • DoveRunner Forensic Watermarking service requires CDN integration for real time watermark mixing.

  • You can download the embedder file for the Amazon CloudFront CDN integration from the link below.

CloudFront Embedder Sample
  • AWS Lambda function sample that automatically revokes sessions when watermarks are detected.
  • Build a real-time session revocation system by integrating with AWS SNS and WAF.
  • The ZIP file includes Lambda handler, configuration files, and dependency information.
  • For detailed setup instructions, please refer to the Session Revocation Guide.
Session Revocation Lambda Sample