Configuring Bring-Your-Own (BYO) CDN for Live 2.0 Playback

In this topic, you will learn how to enable your own CDN.

Prerequisites

Quick start

  1. Set the BYO origin to https://playback.live.brightcove.com.
  2. Append an auth header on origin requests: BCOV-CDN-Auth: <token-shared-by-support>. Do not require clients to send this header and do not expose it downstream.
  3. Set the forwarded host header on origin requests: X-Forwarded-Host: <hostname-assigned-to-token>. The value must exactly match the hostname provided by Support.
  4. Respect origin caching: Honor Cache-Control, Expires, ETag, Last-Modified, and any relevant Vary directives. Do not override with more/less aggressive policies.
  5. Deploy and validate using the checks below.

Validation & troubleshooting

Quick checks

Failure-path checks

Cache behavior

Common pitfalls