Home
Softono

Simple Video Cdn

Open source Lua
35
Stars
10
Forks
1
Issues
2
Watchers
5 years
Last Commit

 About Simple Video Cdn

Simple Video CDN

Platforms

Web Self-hosted

Languages

Lua

Links

Need Help Installing Simple Video Cdn?

We provide expert installation service for this software. Our team will install, configure, and secure Simple Video Cdn on your server. plans start at just $30.

Simple Video Cdn

View on GitHub

Simple Video CDN

A minimal CDN for load balance studies purposes.

Architecture

Docker services

  • simple-video-cdn_origin_1: ingest/packager/origin
  • simple-video-cdn_cache_N: cache server N
  • simple-video-cdn_lb_1: load balancer
  • simple-video-cdn_healthchecker_1: go application that do the health check
  • simple-video-cdn_redis_1: redis db that stores the health and load data

Running

Delivery

Delivery HLS and Dash video (two cache instances):

make run

Ingest

  • Ingest video from ffmpeg filter:
make ingest

Or ingest another video to http://0.0.0.0:8080/ingest/signal-1.

Consume

  • Consume the HLS playlist:
curl -s http://0.0.0.0:80/live/hls/signal-1/index.m3u8
  • Consume the Dash play list:
curl -s http://0.0.0.0:80/live/dash/signal-1/index.mpd

Built With

Authors

Ana Carolina Castro - Initial work - Globo.com

Acknowledgments

This is not a resilient architecture.