
3/20/2020 · Zaid Farooqui
What this post added
This post details the technical implementation of CloudflareTV, an internal application for video on demand. It describes how Cloudflare Stream's signed URLs are used for access control, generating temporary tokens with Cloudflare Workers and API keys. It also explains how video metadata, specifically tags, can be updated via API calls to categorize videos. The post outlines fetching video data programmatically using the Stream API within a Workers script and securing the application with Cloudflare Access, integrating with Google as an identity provider and setting up access policies based on email domains.