blob: fe233afd35a21617aa51f9fc88f437c52c83f4a0 [file] [log] [blame]
Woojoong Kim2ccf3242019-06-06 14:12:44 -07001---
2# Copyright 2019-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
Woojoong Kim2ccf3242019-06-06 14:12:44 -070016stream_name: 1.stream
17
18remote_streaming:
19 video_quality: 360
20 antmedia_ip: 10.90.0.132
21 images:
Woojoong Kim6c5bad62019-08-29 15:37:02 -070022 remote_streaming_image: "docker.io/omecproject/cdn-video-repo:1.0.0"
Woojoong Kim2ccf3242019-06-06 14:12:44 -070023 ports:
24 vlc: 8089
25 vlc_np: 31889
26 http: 50001
27 http_np: 31501
28 replicas: 1
29 resources:
30 cpu: 3
31 mem: "1Gi"
32
33antmedia:
34 images:
Woojoong Kim6c5bad62019-08-29 15:37:02 -070035 antmedia_image: "docker.io/omecproject/cdn-antmedia:1.0.0"
Woojoong Kim2ccf3242019-06-06 14:12:44 -070036 ports:
37 httpui: 5080
38 httpui_np: 32080
39 rtmp: 1935
40 rtmp_np: 30935
41 replicas: 1
42 resources:
43 cpu: 3
44 mem: "1Gi"