You can now disable a live input to reject incoming RTMPS and SRT connections. When a live input is disabled, any broadcast attempts will fail to connect. This gives you more control over your live inputs: Temporarily pause an input without deleting it Programmatically end creator broadcasts Prevent new broadcasts f...
Stream - Stream live inputs can now be disabled and enabled
Cloudflare Developer Platform Changelog · 2026-02-24
Related items
Stream - Introducing observability and metrics for Stream Live Inputs
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 ju...
Stream - 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 vie...
Workers - Python Workers handlers now live in an entrypoint class
We are changing how Python Workers are structured by default. Previously, handlers were defined at the top-level of a module as onfetch , onscheduled , etc. methods, but now they live in an entrypoint class. Here's an example of how to now define a Worker with a fetch handler: from workers import Response , WorkerEn...
Workflows - Additional step context and ReadableStream support now available in Workflows step.do()
Workflows now provides additional context inside step.do() callbacks and supports returning ReadableStream to handle larger step outputs. Step context properties The step.do() callback receives a context object with new properties alongside attempt : step.name — The name passed to step.do() step.count — How many tim...
Stream - Rewind, Replay, Resume: Introducing DVR for Stream Live
Previously, all viewers watched "the live edge," or the latest content of the broadcast, synchronously. If a viewer paused for more than a few seconds, the player would automatically "catch up" when playback started again. Seeking through the broadcast was only available once the recording was available after it con...
Containers - SSH through Wrangler is now enabled by default for Containers
SSH through Wrangler is now enabled by default for Containers . Previously, you had to set ssh.enabled to true in your Container configuration before you could connect. This change does not expose any publicly accessible ports on your Container. The SSH service is reachable only through wrangler containers ssh , whi...