media-streaming

Integrate Cloudflare Stream and Images for video delivery and transformations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/littlebearapps/cloudflare-engineer --skill media-streaming
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-streaming
Source: https://github.com/littlebearapps/cloudflare-engineer/tree/main/skills/media-streaming
Command: npx skills add https://github.com/littlebearapps/cloudflare-engineer --skill media-streaming

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cloudflare Stream and Cloudflare Images empower developers to build media-rich applications with reliable delivery, scalable encoding, and dynamic image transformations, reducing backend complexity and cost.

Core Features & Use Cases

  • Video delivery with Cloudflare Stream including signed URLs, adaptive bitrate streaming, and playback across web and mobile.
  • Image transformations with Cloudflare Images for resizing, format conversion, and responsive delivery.
  • Secure access and playback patterns, including signed URLs and front-end player integration.
  • Use cases include media-heavy apps, video players, galleries, and signed-url protected streams.

Quick Start

Create a media platform using Cloudflare Stream for video delivery and Cloudflare Images for image transformations.

Frequently Asked Questions about media-streaming

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Cloudflare Stream for video delivery with signed URLs?

To integrate Cloudflare Stream for video delivery, you generate signed URLs to secure access and connect a front-end web player for adaptive bitrate HLS or DASH playback. This protects media streams while ensuring reliable delivery across web and mobile clients.

What is the best way to handle on-the-fly image transformations with Cloudflare Images?

The best way to handle on-the-fly image transformations is using Cloudflare Images transformation URLs. This enables dynamic resizing, format conversion, and responsive delivery directly from the edge without backend processing overhead.

Can I use Cloudflare Stream for live inputs and adaptive bitrate streaming?

Yes, you can use Cloudflare Stream for live inputs and adaptive bitrate streaming. The platform supports end-to-end integration patterns that handle scalable encoding and deliver live video streams across web and mobile clients.

Does Cloudflare Stream work with Wrangler for API media delivery integration?

Yes, Cloudflare Stream works with Wrangler for API media delivery integration. You can use Wrangler alongside your Cloudflare account to manage API usage, handle video uploads, and configure signed URL generation programmatically.

When do I need signed URLs for protected video playback in a media app?

You need signed URLs for protected video playback when building media-heavy apps requiring secure access. Generating signed URLs ensures only authorized users can view your video delivery streams, preventing unauthorized hotlinking or content scraping.