-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathXEngine_Config.json
More file actions
95 lines (95 loc) · 2.34 KB
/
XEngine_Config.json
File metadata and controls
95 lines (95 loc) · 2.34 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"tszSMSUrl": "rtmp://app.xyry.org/live",
"tszIPAddr": "127.0.0.1",
"bDeamon": 0,
"nRTMPPort": 1935,
"nHttpPort": 5600,
"nXStreamPort": 5601,
"nJT1078Port": 5602,
"nSrtPort": 5603,
"nRTCWhepPort": 5604,
"nRTCWhipPort": 5605,
"XMax": {
"nMaxClient": 10000,
"nMaxQueue": 10000,
"nIOThread": 1,
"nHTTPThread": 1,
"nXStreamThread": 2,
"nRTMPThread": 2,
"nSRTThread": 2,
"nJT1078Thread": 2
},
"XTime": {
"nTimeCheck": 3,
"nHTTPTimeout": 0,
"nXStreamTimeout": 3,
"nRTMPTimeout": 3,
"nJT1078Timeout": 3,
"nRTCTimeout":3
},
"XPull": {
"XStream": {
"bEnable": true,
"bPrePull": true
},
"RTMP": {
"bEnable": true,
"bPrePull": true
},
"FLV": {
"bEnable": true,
"bPrePull": true
},
"RTSP": {
"bEnable": true,
"bPrePull": true,
"nVRTPPort": 56001,
"nVRTCPPort": 56002,
"nARTPPort": 56003,
"nARTCPPort": 56004
},
"RTC": {
"bEnable": true,
"bPrePull": false,
"tszICEUser": "xengine",
"tszICEPass": "3321308h8i6vt3769r6638l1409d50jz",
"tszCertStr": "./XEngine_Key/server.crt",
"tszKeyStr": "./XEngine_Key/server.key",
"tszDerStr": "./XEngine_Key/server.der"
},
"SRT": {
"bEnable": true,
"bPrePull": true
},
"TS": {
"bEnable": true,
"bPrePull": true
},
"HLS": {
"bEnable": false,
"bPrePull": true,
"bClear": false,
"nTime": 15,
"tszHLSPath": "./XEngine_File"
}
},
"XLog": {
"LogFile": "./XEngine_XLog/XEngine_StreamMediaApp.Log",
"MaxSize": 1024000,
"MaxCount": 10,
"LogLeave": 17,
"LogType": 32
},
"XVerification": {
"bEnable": false,
"tszUser": "xengine",
"tszPass": "123123aa",
"tszAPIUrl": "",
"nVerType": 2
},
"XReport":{
"bEnable":true,
"tszServiceName":"XEngine_StreamMedia",
"tszAPIUrl":"http://app.xyry.org:5501/api?function=machine"
}
}