FullHD24 CDN — Video CDN & Player API

ปล่อยพลังหนังของคุณ
ผ่าน CDN ที่คุณคุมเอง

จัดการสตรีม HLS / MP4 / iframe หลายเซิร์ฟเวอร์ ปล่อย Iframe Embed และ REST API ให้เว็บอื่นเรียกใช้ พร้อม Domain Whitelist และ Token แบบหมดอายุได้

HLS Proxy + Token
rewrite m3u8 / segments ผ่านโดเมนคุณเอง พร้อม signed token หมดอายุได้
Iframe Embed
ปล่อย iframe ให้ลูกค้านำไปวางได้ พร้อม whitelist โดเมน
API Keys + Scopes
จัดการ API Key หลายตัว กำหนด scope: read / write / embed / stream

เริ่มใช้งานเร็วๆ

# 1. ดึงรายการหนัง
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://cdn.example.com/api/v1/videos

# 2. สร้าง Embed (iframe)
curl -X POST -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" \
  -d '{"videoId":"VIDEO_ID","autoplay":true}' \
  https://cdn.example.com/api/v1/embeds

# 3. นำ iframe ไปวาง
<iframe src="https://cdn.example.com/e/em_xxxxxxxx" width="100%" height="500"
  allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>