When I use the provided player with Cloudflare Stream, an iframe is created and the video is delivered via the customer’s own subdomain:
<video poster="https://customer-xyz.cloudflarestream.com/12345.../thumbnails/thumbnail.jpg?height=360" src="blob:https://customer-xy7.cloudflarestream.com/98765..."></video>
I would like to prevent certain countries from having access to these videos (or in other words: access to this subdomain). Ideally I would like to have a redirect to a “standard video”, but a simple block will do too.
Naive as I am, I thought I could do this via Rules → Redirect Rules. However, this doesn’t work - I suspect because the domain doesn’t match the domain used for the videos.
Do you have an idea how to block access to these videos for specific countries?