Stanic Corp Stream Demo

Cloudflare Stream and RealtimeKit showcase.

A customer-facing demo for public broadcasts, private one-way playback, VOD, and interactive private sessions.

The Stream live inputs are intentionally disabled until demo time. This avoids accidental ingest, storage, or delivery usage while preserving the setup for a controlled walkthrough.
Stream Live

Public webinar

One publisher broadcasts to many viewers using RTMPS, SRT, or Stream WebRTC. Viewers watch through Stream Player or HLS/DASH.

Signed Playback

Private consultation

A backend validates entitlement and issues a short-lived signed token. Private content is not playable from the raw input ID.

RealtimeKit

Interactive session

When both participants need camera or microphone, use RealtimeKit meetings and participant tokens instead of broadcast playback.

Public Stream player placeholder

Live input disabled, enable before demo broadcast
Public live: broadcaster publishes to Stream Live Input bd40aa4ec3803bbcc79b19b6609a3b59, viewers watch the Stream Player or HLS manifest.
Private playback: app validates entitlement, signs a token for private input c362f5b2b77f1c4d941812c4e2c2dedd, and uses the token in place of the input ID.
Interactive private: app creates a RealtimeKit meeting, adds role-specific participants, and returns one token per participant.