🎥

Video Streaming

Adaptive bitrate streaming with global reach.

🌍

Global Distribution

Available across 285+ edge locations in 100+ countries worldwide.

Ultra-Fast

Sub-millisecond response times with intelligent routing.

🔒

Secure by Default

Enterprise-grade security with automatic TLS and DDoS protection.

📊

Real-Time Analytics

Monitor performance with sub-second granularity.

Getting Started

✅ Prerequisites

You'll need a Stonies CDN account to use this feature. Sign up for free if you don't have one.

Configure Your Zone

Navigate to the dashboard and add your domain. We'll automatically detect your DNS settings.

Update DNS Records

Point your domain to Stonies CDN using the provided CNAME record.

cdn.example.com  CNAME  example.stoniescdn.net

Customize Settings

Fine-tune your configuration using the dashboard or API.

Configuration Options

Configure Video Streaming through the dashboard or programmatically via our API:

curl -X POST https://api.stoniescdn.com/v1/zones/example.com/settings \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "streaming": {
      "enabled": true,
      "mode": "automatic"
    }
  }'
⚠️ Note

Changes may take up to 30 seconds to propagate across all edge locations.

Best Practices

Related Resources