[COMAC-69] Add new open-source CDN for COMAC release

Change-Id: I2badabdeab92ededed927b2d8e462397ecd7a402
diff --git a/mcord-release/cdn-services/cdn-remote/templates/cm.yaml b/mcord-release/cdn-services/cdn-remote/templates/cm.yaml
new file mode 100644
index 0000000..6b419c5
--- /dev/null
+++ b/mcord-release/cdn-services/cdn-remote/templates/cm.yaml
@@ -0,0 +1,24 @@
+---
+# Copyright 2019-present Open Networking Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: start-remote-stream
+data:
+  start-remote-stream.sh: |+
+    #!/bin/bash
+    while true; do ffmpeg -re -i /opt/cdn/movies/{{ .Values.remote_streaming.video_quality }}.mp4 -c copy -f flv rtmp://{{ .Values.remote_streaming.antmedia_ip }}:30935/LiveApp/{{ .Values.stream_name }}; done
\ No newline at end of file