Monthly Yearly SAVE 20%
Lite
$29 /mo
✓ 7-day free trial
1
Simultaneous Stream
Start Free Trial
Basic
$49 /mo
Billed monthly
2
Simultaneous Streams
Get Started
Business
$149 /mo
Billed monthly
8
Simultaneous Streams
Get Started
Enterprise
$199 /mo
Billed monthly
12
Simultaneous Streams
Get Started

Common Questions

Do I need a credit card for the free trial?
No. The Lite plan free trial requires no credit card. Just sign up and start streaming immediately for 7 days.
What happens after the trial ends?
Your streams will pause until you subscribe to a plan. All your settings and videos are saved.
Can I use the same video on multiple streams?
Yes! Upload once and use the same video across as many streams as your plan allows.
Can I cancel anytime?
Absolutely. Cancel any time from your dashboard. No questions asked, no hidden fees.
What platforms are supported?
YouTube, Twitch, Facebook, Instagram, X (Twitter), Kick, and any custom RTMP destination.
let isYearly = false; function toggleBilling() { isYearly = document.getElementById('billingToggle').checked; document.querySelectorAll('.amount').forEach(el => { el.textContent = isYearly ? el.dataset.yearly : el.dataset.monthly; }); document.querySelectorAll('.plan-trial').forEach((el, i) => { if (i === 0) return; el.textContent = isYearly ? (translations[localStorage.getItem('castreo_lang')||'en']?.['pricing.yearly_billing']||'Billed yearly') : (translations[localStorage.getItem('castreo_lang')||'en']?.['pricing.monthly_billing']||'Billed monthly'); }); } function toggleFaq(el) { el.classList.toggle('open'); }