Secure HLS Streaming For Education

Multi-tenant video backend with OTP auth, API keys, synchronous FFmpeg conversion, and tokenized playback.

Enter Control Panel API Endpoint

Architecture Snapshot

AuthenticationOTP Email + Session/Sanctum
IsolationTenant middleware + global scopes
StoragePer-company HLS path
Playback/play/{token} + protected segment route
ConversionSynchronous FFmpeg (no queues)