Secure Video Streaming with Signed URLs
A tutorial-based project that guides you through building a YouTube-like video streaming system using Spring Boot, securing video access with signed URLs. It implements token-based authentication to ensure secure and time-limited access to video streams.
Link
Related resources
- Improving Hierarchy Storage for Video Streaming in CloudAcademic paper proposing an algorithm to tier video segments by access frequency across cloud storage classes for streaming efficiency.
- PerkeepContent-addressable storage system (Go, Apache 2.0) usable as a durable backing store for media/video content with a GPG-signed claims mode…
- WebTorrentStreaming BitTorrent client for the web/Node.js that streams video torrents directly into an HTML5 video element.
- OpenIO SDSOpen-source object storage system for big-data/media workloads with erasure coding.
- LeoFSHighly-available, distributed, eventually-consistent object/blob storage system used for large-scale media storage.
- Build a Self-Hosted CDN with OpenResty EdgeStep-by-step guide to building a self-hosted CDN using OpenResty Edge (LuaJIT edge gateway), from the OpenResty core team.
- Survive CDN Failures with Redundant StreamsTechnical deep-dive on client-side multi-CDN failover pattern using redundant streams with HLS.js.
- EdgeCDN-XKubernetes-native GitOps CDN with EdgeOTT-X for full ingest-to-playout OTT streaming, SR-IOV support, in production at Slovak Telekom (3Tbp…
- ML-Driven Open-Source Framework for QoE in Multimedia NetworksEnd-to-end ML framework predicting and optimizing QoE from network conditions, based on ITU-T P.1203, code released open source.
- cXnExtensible open-source CDN with classic nginx→varnish→S3 edge cache architecture, MIT licensed.
- video-transcode-queueReference architecture for a video upload and transcode pipeline running on Kubernetes with a job queue.