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

Commit 6251611

Browse files
authored
Merge pull request #169 from xwu2git/master
update README
2 parents 9871d6b + 2cc83aa commit 6251611

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

README.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,6 @@
55
[![License](https://img.shields.io/badge/license-BSD_3_Clause-green.svg)](https://github.com/OpenVisualCloud/CDN-Transcode-Sample/blob/master/LICENSE)
66
[![Contributions](https://img.shields.io/badge/contributions-welcome-blue.svg)](https://github.com/OpenVisualCloud/CDN-Transcode-Sample/wiki)
77

8-
Table of Contents
9-
=================
10-
* [Open Visual Cloud CDN Transcode Sample](#open-visual-cloud-cdn-transcode-sample)
11-
* [Architecture](#architecture)
12-
* [What's in this project](#whats-in-this-project)
13-
* [System requirements](#system-requirements)
14-
* [Operating system](#operating-system)
15-
* [How to setup The CDN Transcode Sample](#how-to-setup-the-cdn-transcode-sample)
16-
* [Setup the CDN Transcode Sample OS environment(Both of master and slave nodes)](#setup-the-cdn-transcode-sample-os-environmentboth-of-master-and-slave-nodes)
17-
* [Install ubuntu18.04.2/CentOS 7.6](#install-ubuntu18042centos-76)
18-
* [Setup CDN environment(Both of master and slave nodes)](#setup-cdn-environmentboth-of-master-and-slave-nodes)
19-
* [Install the third-party dependency Libraries and tools](#install-the-third-party-dependency-libraries-and-tools)
20-
* [Setup docker proxy as follows if you are behind a firewall](#setup-docker-proxy-as-follows-if-you-are-behind-a-firewall)
21-
* [Build(Both of master and slave nodes)](#buildboth-of-master-and-slave-nodes)
22-
* [Deploy](#deploy)
23-
* [Auto deployment using Kubernetes](#auto-deployment-using-kubernetes)
24-
* [See Also](#see-also)
25-
268
The CDN Transcode Sample is an Open Visual Cloud software stack with all required open source ingredients well integrated to provide out-of-box CDN media transcode service, including live streaming and video on demand. It also provides Docker-based media delivery software development environment upon which developer can easily build their specific applications.
279

2810
# Architecture
@@ -48,13 +30,13 @@ The CDN Transcode Sample may run on Linux* 64 bit operating systems. The list be
4830
- CentOS* 7.6
4931

5032
# How to setup The CDN Transcode Sample
51-
## Setup the CDN Transcode Sample OS environment(Both of master and slave nodes)
33+
## Setup the CDN Transcode Sample OS environment
5234
Install Ubuntu 18.04.2/CentOS 7.6 on CDN-Transcode Server, and configure the IP address & proxy properly.
5335
### Install ubuntu18.04.2/CentOS 7.6
5436
- [Download Ubuntu and Install](https://ubuntu.com/download)
5537
- [Download CentOS and install](https://www.centos.org/download/)
5638

57-
## Setup CDN environment(Both of master and slave nodes)
39+
## Setup CDN environment
5840
### Install the third-party dependency Libraries and tools
5941
```
6042
sudo -E ./script/install_dependency.sh
@@ -66,7 +48,7 @@ printf "[Service]\nEnvironment=\"HTTPS_PROXY=$https_proxy\" \"NO_PROXY=$no_proxy
6648
sudo systemctl daemon-reload
6749
sudo systemctl restart docker
6850
```
69-
## Build(Both of master and slave nodes)
51+
## Build
7052

7153
Run below commands to build docker images
7254
```
@@ -88,10 +70,10 @@ To deploy without a private registry, run `make update` after each build to push
8870
## Deploy
8971
### Auto deployment using Kubernetes
9072

91-
**Tips:** It divides into two parts: master or slave ones
73+
**Tips:** It divides into two parts:
9274
- [Setup Kubernetes master environment for CentOS](https://github.com/OpenVisualCloud/CDN-Transcode-Sample/wiki/Setup-Kubernetes-master-environment-for-CentOS)
9375
- [Setup Kubernetes master environment for Ubuntu](https://github.com/OpenVisualCloud/CDN-Transcode-Sample/wiki/Setup-Kubernetes-master-environment-for-Ubuntu)
94-
- [Setup Kubernetes slave environment](https://github.com/OpenVisualCloud/CDN-Transcode-Sample/wiki/Setup-Kubernetes-slave-environment)
76+
- [Setup Kubernetes worker environment](https://github.com/OpenVisualCloud/CDN-Transcode-Sample/wiki/Setup-Kubernetes-Worker-Environment)
9577
- [Setup NFS environment](https://github.com/OpenVisualCloud/CDN-Transcode-Sample/wiki/Setup-NFS-environment)
9678

9779
Start CDN transcode service

0 commit comments

Comments
 (0)