-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
43 lines (42 loc) · 1.04 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"node_name":"trans_node_1",
"log_level":3,
"listen_addr":":1392",
"server_bandwidth":1000000,
"upload_url_base":"/upload",
"profile":{
"open":true,
"bind_addr":":6060"
},
"source_ctrl_server":{
"allow_control":false,
"server_addr":"192.168.3.125:1352",
"access_key":"cio189L*2!*aVio19_+~d|A?.v4&3"
},
"tunnel_config":{
"module":"on",
"internal_port":38123,
"port_range":"55100:55150",
"access_key":"*23cLKa;l<12%$1",
"max_bandwidth":50000,
"min_bandwidth":1000
},
"upload_channels":[
{
"channel_name":"test1",
"channel_url":"/live/zhongwen/cctv1/playlist",
"fregment_duration":10000,
"fregment_window":3,
"fregment_extra_window":2,
"ingest_urls":[
"/opt/TimeScapes.2012.CineForm.4K.HEVC.AAC.mkv"
],
"upload_servers":[
{
"node_name":"us_edge_2",
"address":"127.0.0.1:8124/55400:55450"
}
]
}
]
}