Hello guys, I’m planning to use Cloudflare Stream’s API to upload videos and let them transcode to H
Hello guys, I’m planning to use Cloudflare Stream’s API to upload videos and let them transcode to H.264/AAC/1080p. I then want to download that encoded MP4 from Stream and store it in R2. I’ll serve that MP4 via a Worker, not via Stream’s player or HLS/DASH. I’m only using Stream as an encoder, then serving the MP4 from R2. Is this “Stream as encoder → download MP4 → serve from R2” pattern allowed to use or will it be risky as per cloudflare policies. Thank you.