Skip to content

Commit e191201

Browse files
author
hj
committed
提交AEC相关功能
1 parent 8e75a8e commit e191201

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+526
-238
lines changed
47 KB
Binary file not shown.

release/starrtc-demo/param.ini

Lines changed: 20 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,30 @@
11
[param]
2-
userId=1006611
2+
#用户id
3+
userId=
4+
appId=APPID-FREE
35

4-
#公有云:stargWeHN8Y7
5-
#私有云:APPID-FREE
6-
appId=stargWeHN8Y7
6+
#消息服务地址
7+
msgServiceIP=demo.starrtc.com
8+
msgServicePort=19903
79

8-
######登录服务######
9-
#公有云: ip:ips2.starrtc.com 端口:9920
10-
#私有云:无需修改
11-
loginServiceIP=ips2.starrtc.com
12-
loginServicePort=9920
10+
#聊天室服务地址
11+
chatServiceIP=demo.starrtc.com
12+
chatServicePort=19906
1313

14-
######消息服务######
15-
#公有云:ips2.starrtc.com 端口:9904
16-
#私有云: ip:your-ip 端口:19903
17-
msgServiceIP=ips2.starrtc.com
18-
msgServicePort=9904
14+
#LiveSrc服务地址
15+
uploadServiceIP=demo.starrtc.com
16+
uploadServicePort=19931
1917

20-
######聊天室服务######
21-
#公有云:ips2.starrtc.com 端口:9907
22-
#私有云: ip:your-ip 端口:19906
23-
chatServiceIP=ips2.starrtc.com
24-
chatServicePort=9907
18+
#LiveVdn服务地址
19+
downloadServiceIP=demo.starrtc.com
20+
downloadServicePort=19928
2521

26-
######liveSrc上传服务######
27-
#公有云:ips2.starrtc.com 端口:9929
28-
#私有云: ip:your-ip 端口:19931
29-
uploadServiceIP=ips2.starrtc.com
30-
uploadServicePort=9929
31-
32-
######liveVdn直播连麦服务######
33-
#公有云:ips2.starrtc.com 端口:9926
34-
#私有云: ip:your-ip 端口:19928
35-
downloadServiceIP=ips2.starrtc.com
36-
downloadServicePort=9926
37-
38-
######VOIP一对一视频服务######
39-
#公有云:ips2.starrtc.com 端口:10086
40-
#私有云: ip:your-ip 端口:10086
41-
voipServiceIP=voip2.starrtc.com
22+
#VOIP服务地址
23+
voipServiceIP=demo.starrtc.com
4224
voipServicePort=10086
43-
#VOIP是否开启p2p模式
44-
VoipP2P=0
4525

46-
###### 列表数据获取 ######
47-
#公有云: https://api.starrtc.com/public
48-
#私有云:无需修改
49-
requestListAddr=https://api.starrtc.com/public
5026
cropType=5
5127
rate=15
52-
#部署模式,1为公有云,0为私有部署
53-
dispatch=1
54-
28+
VoipP2P=0
29+
#是否开启AEC,1为开启,0为未开启
30+
AEventCenterEnable=1

release/starrtc-demo/star.rtc

Lines changed: 0 additions & 171 deletions
This file was deleted.

release/starrtc-demo/starrtc.exe

0 Bytes
Binary file not shown.
75 KB
Binary file not shown.
-6 KB
Binary file not shown.
1.77 KB
Binary file not shown.
202 Bytes
Binary file not shown.
948 Bytes
Binary file not shown.
202 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)