|
1.声音调优
修改此文件 /opt/freeswitch/conf/autoload_configs/conference.conf.xml <profile name="wideband"> <param name="energy-level" value="300"/> 把value="300" 修改为 240 或者你测试更好的数值, 数值 越小 声音捕捉越敏感。
2.桌面共享(卡顿不同时问题)
位置:/usr/share/red5/webapps/deskshare/WEB-INF/deskshare.properties
# Key frame interval in milliseconds(以毫秒为单位关键帧间隔)
keyFrameInterval=5000
# Inter-frame interval in milliseconds(以毫秒为单位的帧间间隔)
interframeInterval=30
配置:一定范围内(大于30左右),越小越没有延迟
# Wait for all blocks from applet beforesending the captured screen
# to the client. While it's waiting for allthe blocks, the server
# will publish a default stream.
waitForAllBlocks=false
注:参数调整对音频和桌面共享有一定的改善,但对客户端的电脑配置要求很高,所以需要根据自己的配置自行设置参数值。
|