Cloud Playout
Run 24/7 channels without the playout truck.
Most digital channel operators are stuck on OBS Studio setups someone has to babysit, $50K hardware playout boxes, or PCI playout cards in a workstation that can't be left alone. Cloud Playout runs your scheduled channel from an API. No operator in the room. No PCI card in the rack. No OBS crashing when the laptop sleeps. Per-channel pricing instead of capex.
24/7 linear channel scheduling SCTE-35 ad-insertion markers API-driven no playout truck
Aadhan runs vertical FAST channels on Cloud Playout. AaoNxt uses it for scheduled premieres.
TRUSTED BY PRODUCT TEAMS SHIPPING VIDEO AT SCALE






Why Cloud Playout exists
FAST changed the OTT economics. Most stacks haven't caught up.
01
Linear schedule, API-driven.
Build a 24/7 channel via API. Mix VOD assets, live streams, slate cards, ad breaks. Update the schedule programmatically.
02
Ad markers for FAST.
Standard SCTE-35 markers in the output stream. Works with any FAST aggregator (Pluto, Tubi, Samsung TV Plus, LG, Roku Channel).
03
Same API surface as VOD + Live.
Channel scheduling sits on the same API as VOD and Live. Assets, analytics, billing all consolidated.
How it works
Schedule, mark ads, distribute.
TL;DR: 3 calls from channel to playback
01
Create the channel
POST to /v1/channels with a name and schedule entries.
02
Add schedule + ad breaks
Schedule VOD assets, live takeovers, slate cards, and SCTE-35 ad breaks via API.
03
Distribute to aggregators
Continuous HLS output with SCTE-35 markers. Point any FAST aggregator at the channel URL.
Build a 24/7 timeline via API.
Create a channel, then push schedule entries: VOD assets, live takeovers, slate cards, ad breaks. Schedule entries are mutable.
- Mix VOD + live + slate in one timeline
- Hourly, daily, weekly schedule patterns
- Schedule API + dashboard interface
- Validation: no schedule gaps allowed
Sample channel schedule
Standard ad insertion for FAST.
SCTE-35 markers in the output stream signal ad-break placement. Works with any FAST aggregator's ad-stitching pipeline.
- SCTE-35 in HLS + DASH output
- Per-break duration configurable
- Pre-roll, mid-roll, post-roll all supported
- Aggregator-agnostic (Pluto, Tubi, Samsung, LG, Roku)
curl -X POST https://api.fastpix.com/v1/channels/{channel_id}/ad-breaks \ -H "Authorization: Bearer $FASTPIX_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "starts_at": "2026-06-02T19:00:00Z", "duration_seconds": 180, "slate_asset_id": "slate_xyz", "ad_count": 3 }'Output to your FAST aggregator pipeline.
Continuous HLS with proper PTS continuity and SCTE-35 markers. Distribute to Samsung TV Plus, LG Channels, Roku Channel, Pluto TV, Tubi, your own OTT app.
- Continuous HLS output
- PTS continuity preserved across schedule transitions
- Backup channel mirror for redundancy
- Analytics via Video Data on the channel output
Channel output
Security, compliance, and partnerships
Customers
“Building FAST channels used to mean either a hardware playout truck or stitching three vendors. With Cloud Playout, we schedule channels via API and ship to aggregators with SCTE-35 markers built in.”
Aadhan platform team
Vertical news + FAST channels
“We needed scheduled premieres that look like linear TV but run on cloud infra. Same API as our VOD library, same billing.”
AaoNxt product team
Premium microdrama
24/7
Linear channels via API
Aadhan
SCTE-35
Native ad insertion
Aadhan FAST channels
0
Playout hardware required
Aadhan + AaoNxt
Same
Billing as VOD + Live
All customers
Capabilities that ship
Six key capabilities
24/7 linear scheduling
POST a schedule, get a continuous channel. Update programmatically.
Channel scheduling guideSCTE-35 ad markers
Embedded in HLS / DASH output. Pre-roll, mid-roll, post-roll all supported.
SCTE-35 setupMix VOD + live + slate
Schedule entries can be VOD asset IDs, live stream IDs, slate cards, or ad breaks.
Mixed-source channelsBackup channel mirror
Automatic failover to backup channel on primary failure. Aggregators see one URL.
Channel redundancyFAST aggregator distribution
Pluto, Tubi, Samsung TV Plus, LG Channels, Roku Channel tested. Continuous HLS URL per channel.
FAST distribution guidePer-channel analytics
Video Data tracks the channel output. Concurrent viewers, completion rate, per-aggregator breakdown.
FAST analyticsVerified capability, Cloud Playout
24/7
Channel uptime via API
Backup mirror available
SCTE-35
Native ad markers
All FAST aggregators
0
Playout hardware
Cloud-only
Same
API + billing as VOD + Live
Consolidated
Tech specs
What Cloud Playout handles.
Scheduling, ad markers, distribution, redundancy.
Schedule entry types
Output formats
Ad insertion
Channel redundancy
Aggregators tested



Schedule API
Analytics
Compliance


Questions developers ask
Cloud Playout questions, answered.
What is FAST and why does Cloud Playout matter for it?
FAST is Free Ad-Supported Streaming TV: Pluto, Tubi, Samsung TV Plus, LG Channels, Roku Channel. FAST channels need linear 24/7 programming with SCTE-35 ad markers. Cloud Playout builds those via API.How is this different from a hardware playout system?
No hardware. No physical playout truck. The schedule is built via API; the output is a continuous HLS stream ready for distribution.Which FAST aggregators have you tested with?
Pluto TV, Tubi, Samsung TV Plus shown to work via SCTE-35. LG Channels, Roku Channel, FreeVee on the integration roadmap. Talk to us about specific aggregator certification.Can I mix VOD and live in the same channel?
Yes. Schedule entries can be VOD asset IDs, live stream IDs, slate cards, or ad breaks. The output is a single continuous channel with PTS continuity maintained.
Pricing
Per channel-hour plus delivered minutes.
Cloud Playout has a per-channel-hour rate plus standard FastPix delivered minutes for viewer traffic. See full pricing.
PROFESSIONAL CHANNEL
Per channel scheduled.
$99/ channel / month
24/7 linear scheduling, RTMPS / SRT inputs, HLS output, and SCTE-35 ad markers. Add channels at $99/month each.
- 24/7 linear scheduling
- SCTE-35 ad markers
- Backup mirror included
DELIVERED MINUTES
Per minute viewer-delivered.
$0.001/ viewer-min
Standard FastPix multi-CDN delivery for the channel output. Same flat rate as live streaming.
- Multi-CDN delivery
- Per-aggregator analytics
- Continuous HLS output
TRIAL + ENTERPRISE
14-day trial or custom volume.
$0/ 14-day trial
Full dashboard access on 1 channel for 14 days. Enterprise gets volume discounts on channel count + named-account support.
- Full dashboard on 1 channel
- FAST aggregator integration
- Enterprise volume discounts
Three ways to get unstuck
Whatever kind of help you need, there is a path.
Engineering support
Talk to a video engineer.
Stuck on an API call, a webhook signature, or a player integration? Reach the engineering team directly. Response within hours, not days.
Contact engineeringIntegration help
Docs, code samples, video tutorials.
Self-serve resources for the most common integrations. Quickstart guides, SDK examples, and detailed playback logs in your dashboard.
Browse the docsSolution architect
Plan the rollout with a human.
New integration, migration off another platform, or a complex multi-tenant build. Book a session with a FastPix solution architect.
Join the Slack communityDeveloper resources
Everything you need to start building.
Five-minute quick-start
Sign up, hit the endpoint, ship.
Quick-start guideFull API reference
Every endpoint, every parameter, every response.
API referenceWebhook reference
Every event FastPix emits, with sample payloads.
WebhooksCode samples
Sample apps and SDK examples on GitHub.
GitHubSlack community
Talk to FastPix engineers and other developers.
Join SlackService status
Real-time uptime and incident reports.
Status page