Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Deploy on Xeon E5 using docker swarm

Zhou Cheng edited this page Jun 6, 2019 · 2 revisions

Docker swarm deployment on E5

Start CDN transcode service

Run below steps on CDN-Transcode server to start/stop docker swarm service.

  • Initialize docker swarm if you have not
sudo docker swarm init
  • start/stop docker swarm services
make start_docker_swarm
make stop_docker_swarm

Playback

Web browser playback

Visit https://<CDN-Transcode Server IP address>/ using any web browser, you will see the playlist and then click any of the streams in the playlist to playback.

VLC playback

You can also use Windows VLC player to playback the HTTPs streams provided by the sample service. A sample VLC playback script is provided for this purpose. You may need to change this script to set the IP address and the VLC path in this script.