- Aug 8, 2025
- Parsed from source:Aug 8, 2025
- Detected by Releasebot:Oct 28, 2025
Media by Cloudflare
Introducing observability and metrics for Stream Live Inputs
Cloudflare Stream adds broadcast metrics and observability in Live Input details, boosting health checks and troubleshooting. A new guide helps interpret metrics for new and platform customers.
New information about broadcast metrics and events is now available in Cloudflare Stream in the Live Input details of the Dashboard.
You can now easily understand broadcast-side health and performance with new observability, which can help when troubleshooting common issues, particularly for new customers who are just getting started, and platform customers who may have limited visibility into how their end-users configure their encoders.
To get started, start a live stream (just getting started?), then visit the Live Input details page in Dash.
See our new live Troubleshooting guide to learn what these metrics mean and how to use them to address common broadcast issues.
Original source Report a problem - Jul 22, 2025
- Parsed from source:Jul 22, 2025
- Detected by Releasebot:Oct 28, 2025
Media by Cloudflare
Audio mode for Media Transformations
We now support audio mode!
We now support audio mode! Use this feature to extract audio from a source video, outputting an M4A file to use in downstream workflows like AI inference, content moderation, or transcription.
Examples
- Example URL
For more information, learn about Transforming Videos.
Original source Report a problem - Jul 8, 2025
- Parsed from source:Jul 8, 2025
- Detected by Releasebot:Oct 28, 2025
Media by Cloudflare
HEIC support in Cloudflare Images
You can use Images to ingest HEIC images and serve them in supported output formats like AVIF, WebP, JPEG, and PNG.
When inputting a HEIC image, dimension and sizing limits may still apply. Refer to our documentation to see limits for uploading to Images or transforming a remote image.
Original source Report a problem - Jun 10, 2025
- Parsed from source:Jun 10, 2025
- Detected by Releasebot:Oct 28, 2025
Media by Cloudflare
Increased limits for Media Transformations
We have increased the limits for Media Transformations
- Input file size limit is now 100MB (was 40MB)
- Output video duration limit is now 1 minute (was 30 seconds)
Additionally, we have improved caching of the input asset, resulting in fewer requests to origin storage even when transformation options may differ.
For more information, learn about Transforming Videos.
Original source Report a problem - May 14, 2025
- Parsed from source:May 14, 2025
- Detected by Releasebot:Oct 28, 2025
Media by Cloudflare
Introducing Origin Restrictions for Media Transformations
Media Transformations beta adds source origin restrictions to control which sources can supply images and video. Defaults keep requests within the hosting domain, with per-domain controls in the Transformations tab under Stream. Zone-edit permissions required to adjust settings.
Source origin restrictions in Media Transformations beta
We are adding source origin restrictions to the Media Transformations beta. This allows customers to restrict what sources can be used to fetch images and video for transformations. This feature is the same as --- and uses the same settings as --- Image Transformations sources.
When transformations is first enabled, the default setting only allows transformations on images and media from the same website or domain being used to make the transformation request. In other words, by default, requests to example.com/cdn-cgi/media can only reference originals on example.com.
Adding access to other sources, or allowing any source, is easy to do in the Transformations tab under Stream. Click each domain enabled for Transformations and set its sources list to match the needs of your content. The user making this change will need permission to edit zone settings.
For more information, learn about Transforming Videos.
Original source Report a problem - Apr 11, 2025
- Parsed from source:Apr 11, 2025
- Detected by Releasebot:Oct 28, 2025
Media by Cloudflare
Signed URLs and Infrastructure Improvements on Stream Live WebRTC Beta
Cloudflare Stream has completed an infrastructure upgrade for our Live WebRTC beta support which brings increased scalability and improved playback performance to all customers. WebRTC allows broadcasting directly from a browser (or supported WHIP client) with ultra-low latency to tens of thousands of concurrent viewers across the globe. Additionally, as part of this upgrade, the WebRTC beta now supports Signed URLs to protect playback, just like our standard live stream options (HLS/DASH). For more information, learn about the Stream Live WebRTC beta.
Original source Report a problem - Feb 24, 2025
- Parsed from source:Feb 24, 2025
- Detected by Releasebot:Oct 28, 2025
Media by Cloudflare
Bind the Images API to your Worker
New Images API support lets you interact with image transformations directly inside your Worker. Resize, rotate, blur, and overlay images with fine grained control and smarter caching, all without public URLs. Configure via Cloudflare dashboard or wrangler.toml and access with env.IMAGES.
Images Bindings
You can now interact with the Images API directly in your Worker.
This allows more fine-grained control over transformation request flows and cache behavior. For example, you can resize, manipulate, and overlay images without requiring them to be accessible through a URL.
The Images binding can be configured in the Cloudflare dashboard for your Worker or in the wrangler.toml file in your project's directory:
Configuration
Within your Worker code, you can interact with this binding by using env.IMAGES .
Example usage
Here's how you can rotate, resize, and blur an image, then output the image as AVIF:
Further information
For more information, refer to Images Bindings.
Original source Report a problem
This is the end. You've seen all the release notes in this feed!