mme.ini
4.08 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
[Juphoon]
;Juphoon MME Config Version
version=46
[General]
;AEC delay in ms, if set as positive number, sde/normal aec will use it
audio.aec.delay=0
;AEC enable selection, available values are On, Off.
audio.aec.enable=On
;AEC mode selection, available values are Normal, OS,AES, Adaptive-Fde,Adaptive-Sde.
audio.aec.mode=OS
;AES
audio.aes.param=0
;AGC enable of nearend, available values are On, Off.
audio.agc.enable=On
;AGC mode of nearend, available values are Analog, OS, Digital, Fixed.
audio.agc.mode=Analog
;Target volume of nearend AGC in -dBov.
audio.agc.target=3
;ANR enable of nearend selection, available values are On, Off
audio.anr.enable=On
;ANR mode of nearend selection, available values are Low, Mid, High, VeryHigh
audio.anr.mode=Low
;Default codec used, available value are PCMU, PCMA, G729, iLBC, AMR
audio.codec=opus
;1 to enable NACK, 0 to disable.
audio.nack=1
;1 to enable RED, 0 to disable.
audio.red=1
;1 to enable RTCP in audio stream, 0 to disable.
audio.rtcp=1
;1 to enable RTCP multiplexing RTP port, 0 to disable.
audio.rtcp.mux=1
;AGC enable of farend, available values are On, Off
audio.rx_agc.enable=Off
;AGC mode of farend, available values are Fixed, Adaptive.
audio.rx_agc.mode=Fixed
;Target volume of farend AGC in -dBov.
audio.rx_agc.target=3
;ANR enable of farend selection, available values are On, Off
audio.rx_anr.enable=Off
;ANR mode of farend selection, available values are Low, Mid, High, VeryHigh
audio.rx_anr.mode=Low
;1 for using speaker by default, 0 for otherwise
audio.spk=1
;Speaker volume scaling value in dB, form (-10) to (10), 0 for no scaling.
audio.spk.scale=0
;VAD enable selection, available values are On, Off
audio.vad.enable=Off
;VAD mode selection, available values are Normal, Low, Mid, High
audio.vad.mode=Normal
nego.recv.br.max=1000
nego.recv.br.min=30
nego.recv.fr=20
nego.recv.height=480
;Following parameters are used be negotiation with peer, including image size, bitrate and frame rate.
nego.recv.width=640
nego.send.br.max=1000
nego.send.br.min=30
nego.send.fr=20
nego.send.size=400000
;1 to enable auto bitrate selection, 0 to disable. Also, you must set following 4 parameters with minimum and maximum bitrate in bps, minimum and maximum frame rate in fps.
video.ars=1
;1 to enable bandwidth efficient mode, 0 to disable.
video.ars.bem=1
video.ars.br.max=2000000
video.ars.br.min=0
video.ars.br.ref=136
video.ars.br.start=0
;1 to enable CPU load control, 0 to disable.
video.ars.cpu.ctrl=0
;The target CPU consumption in percenage of CPU load control.
video.ars.cpu.ctrl.target=80
;1 to enable frame rate control, 0 to disable.
video.ars.fr.ctrl=1
video.ars.fr.max=30
video.ars.fr.min=1
;Clear to prefer spatial quality, Fluent to prefer temporal quality.
video.ars.mode=Clear
;1 to enable frame size control, 0 to disable.
video.ars.resize=1
;1 to enable brightness enhancement, 0 to disable.
video.bright.enhancement=0
;Camera rotation angle in degrees, available values are 0, 90, 180, 270.
video.cam.angle=0
;Default codec used, available value are VP8, H264
video.codec=H264-SVC
;1 to enable color enhancement, 0 to disable.
video.color.enhancement=0
;1 to enable contrast enhancement, 0 to disable.
video.contrast.enhancement=0
;1 to enable error conceal, 0 to disable.
video.error.conceal=0
;1 to enable full intra rquest mode, 0 to disable.
video.fir=1
;Keyframe interval in milliseconds.
video.key.interval=0
;Keyframe repeat count at starting.
video.key.repeat=0
;1 to enable NACK, 0 to disable.
video.nack=1
;high rtt threshold value for hybrid protection when nack and fec are both enabled.
video.nack.high.rtt=800
;low rtt threshold value for hybrid protection when nack and fec are both enabled.
video.nack.low.rtt=100
;1 to enable FEC/RED, 0 to disable.
video.red=1
;1 to enable reference picture selection mode, 0 to disable.
video.ref.pic.sel=1
;1 to enable RTCP in video stream, 0 to disable.
video.rtcp=1
;1 to enable RTCP multiplexing RTP port, 0 to disable.
video.rtcp.mux=1
;1 to enable H264 small nalu mode, 0 to disable.
video.small_nalu=0
;1 to enable TMMBR, 0 to disable.
video.tmmbr=1
[Windows]
audio.agc.mode=Analog