You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2024. It is now read-only.
The CDN Transcode Sample contains below components:
18
-
- Dockerfiles
19
-
- Python web services source code
20
-
- BASH glue scripts
21
-
- HTML web pages
22
-
- CMakefiles
23
-
- Configuration files
24
-
- Documents
25
-
26
16
# System requirements
27
17
## Operating system
28
18
The CDN Transcode Sample may run on Linux* 64 bit operating systems. The list below represents the operating systems that the transcode application and library were tested and validated on:
29
19
- Ubuntu* 18.04.2 Server LTS
30
20
- CentOS* 7.6
31
21
32
22
# How to setup The CDN Transcode Sample
33
-
## Setup the CDN Transcode Sample OS environment
34
-
Install Ubuntu 18.04.2/CentOS 7.6 on CDN-Transcode Server, and configure the IP address & proxy properly.
35
-
### Install ubuntu18.04.2/CentOS 7.6
36
-
-[Download Ubuntu and Install](https://ubuntu.com/download)
37
-
-[Download CentOS and install](https://www.centos.org/download/)
38
23
39
24
## Setup CDN environment
40
25
### Install the third-party dependency Libraries and tools
@@ -71,9 +56,8 @@ To deploy without a private registry, run `make update` after each build to push
71
56
### Auto deployment using Kubernetes
72
57
73
58
**Tips:** It divides into two parts:
74
-
-[Setup Kubernetes master environment for CentOS](https://github.com/OpenVisualCloud/CDN-Transcode-Sample/wiki/Setup-Kubernetes-master-environment-for-CentOS)
75
-
-[Setup Kubernetes master environment for Ubuntu](https://github.com/OpenVisualCloud/CDN-Transcode-Sample/wiki/Setup-Kubernetes-master-environment-for-Ubuntu)
0 commit comments