Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.88 KB

readme.md

File metadata and controls

32 lines (23 loc) · 1.88 KB

kubeCDN: Video Server

If you are here to deploy a demo service to your kubeCDN deployment, skip the "Docker Image" section below and proceed to this section.

Docker Image

The docker image generated by the Dockerfile in this directory has been pushed to docker hub and is available here. Pull this image using:

docker pull ilhaan/nginx-rtmp-sample

If you would like to build and run this locally using the Dockerfile in this directory, you can use ./start-container.sh.

After running this docker image, open a video player capable of RTMP streams (VLC is a good choice) and open a network stream using the following:

rtmp://localhost/vod/video.mp4

kubeCDN Demo Installation

Deploy this to all k8s clusters using:

./cluster_deploy.sh

This will deploy the video server to all regions that were setup in earlier steps of the instructions shown here. Access video streams using the URL that EKS exposes for the service based on the instructions in the section above.

References: