Change video files and change nginx configuration
Change-Id: I84f40794ab64c8d720af92b8e7bb78361e084aed
diff --git a/mcord/mcord-cdn-local-free/Chart.yaml b/mcord/mcord-cdn-local-free/Chart.yaml
index 5490ad5..ce12639 100644
--- a/mcord/mcord-cdn-local-free/Chart.yaml
+++ b/mcord/mcord-cdn-local-free/Chart.yaml
@@ -17,4 +17,4 @@
appVersion: "1.0"
description: A Helm chart for MCORD CDN Services in Local Edge for free (w/o wowza)
name: mcord-cdn-local-free
-version: 0.1.2
\ No newline at end of file
+version: 0.1.3
\ No newline at end of file
diff --git a/mcord/mcord-cdn-local-free/values.yaml b/mcord/mcord-cdn-local-free/values.yaml
index 863c21d..3ce6e92 100644
--- a/mcord/mcord-cdn-local-free/values.yaml
+++ b/mcord/mcord-cdn-local-free/values.yaml
@@ -22,7 +22,7 @@
nginx:
images:
- nginx_image: "woojoong/nginx:onf-video-v2"
+ nginx_image: "woojoong/nginx:onf-video-v3"
ports:
rtmp_orig: 1935
rtmp_np: 31935
@@ -34,7 +34,7 @@
video_quality: 360
nginx_ip: 127.0.0.1
images:
- local_streaming_image: "woojoong/mwc-cdn:local-free"
+ local_streaming_image: "woojoong/mwc-cdn:local-free-v2"
ports:
vlc: 8189
vlc_np: 31989
diff --git a/mcord/mcord-cdn-local/Chart.yaml b/mcord/mcord-cdn-local/Chart.yaml
index 9c8fcce..f5c0cf2 100644
--- a/mcord/mcord-cdn-local/Chart.yaml
+++ b/mcord/mcord-cdn-local/Chart.yaml
@@ -18,4 +18,4 @@
appVersion: "1.0"
description: A Helm chart for MCORD CDN Services in Local Edge
name: mcord-cdn-local
-version: 0.1.4
+version: 0.1.5
diff --git a/mcord/mcord-cdn-local/templates/cm.yaml b/mcord/mcord-cdn-local/templates/cm.yaml
index 332e5cc..b5e20c7 100644
--- a/mcord/mcord-cdn-local/templates/cm.yaml
+++ b/mcord/mcord-cdn-local/templates/cm.yaml
@@ -158,12 +158,13 @@
rtmp {
server {
listen 1935;
+ chunk_size 4000;
application r {
live on;
pull rtmp://{{ .Values.remote_ip }}:1935/live;
}
application l {
- live on;
+ #live on;
play /opt/cdn/movies;
}
}
diff --git a/mcord/mcord-cdn-local/values.yaml b/mcord/mcord-cdn-local/values.yaml
index fbc4a06..67e037b 100644
--- a/mcord/mcord-cdn-local/values.yaml
+++ b/mcord/mcord-cdn-local/values.yaml
@@ -25,7 +25,7 @@
nginx:
images:
- nginx_image: "woojoong/nginx:onf-video-v2"
+ nginx_image: "woojoong/nginx:onf-video-v3"
ports:
rtmp_orig: 1935
rtmp_np: 31935
diff --git a/mcord/mcord-cdn-remote-free/Chart.yaml b/mcord/mcord-cdn-remote-free/Chart.yaml
index 78c6e39..fa02291 100644
--- a/mcord/mcord-cdn-remote-free/Chart.yaml
+++ b/mcord/mcord-cdn-remote-free/Chart.yaml
@@ -17,4 +17,4 @@
appVersion: "1.0"
description: A Helm chart for MCORD CDN Services in Remote cloud for free (w/o WOWZA)
name: mcord-cdn-remote-free
-version: 0.1.2
+version: 0.1.3
diff --git a/mcord/mcord-cdn-remote-free/values.yaml b/mcord/mcord-cdn-remote-free/values.yaml
index 1bcc201..55d5f50 100644
--- a/mcord/mcord-cdn-remote-free/values.yaml
+++ b/mcord/mcord-cdn-remote-free/values.yaml
@@ -21,7 +21,7 @@
video_quality: 360
nginx_ip: 10.90.0.152
images:
- remote_streaming_image: "woojoong/mwc-cdn:remote-free"
+ remote_streaming_image: "woojoong/mwc-cdn:remote-v3"
ports:
vlc: 8089
vlc_np: 31889
diff --git a/mcord/mcord-cdn-remote/Chart.yaml b/mcord/mcord-cdn-remote/Chart.yaml
index 81229fa..283461b 100644
--- a/mcord/mcord-cdn-remote/Chart.yaml
+++ b/mcord/mcord-cdn-remote/Chart.yaml
@@ -18,4 +18,4 @@
appVersion: "1.0"
description: A Helm chart for MCORD CDN Services in Remote cloud
name: mcord-cdn-remote
-version: 0.1.4
+version: 0.1.5
diff --git a/mcord/mcord-cdn-remote/values.yaml b/mcord/mcord-cdn-remote/values.yaml
index dea2aca..818f346 100644
--- a/mcord/mcord-cdn-remote/values.yaml
+++ b/mcord/mcord-cdn-remote/values.yaml
@@ -31,8 +31,7 @@
remote_vlc:
video_quality: 360
images:
- init: "ngick8stesting/c3po-mmeinit"
- remote_vlc_image: "woojoong/mwc-cdn:remote-v2"
+ remote_vlc_image: "woojoong/mwc-cdn:remote-v3"
ports:
vlc: 8089
http: 50001