Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-12-08 09:49:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a3de1c71fc621523724182e229795727a8bff403
a3de1c71
1 parent
ffacf1b7
reset the mw_latency to 350.
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
3 行增加
和
3 行删除
trunk/conf/full.conf
trunk/src/core/srs_core_performance.hpp
trunk/conf/full.conf
查看文件 @
a3de1c7
...
...
@@ -165,8 +165,8 @@ vhost mrw.srs.com {
# SRS always set mw on, so we just set the latency value.
# the latency of stream >= mw_latency + mr_latency
# the value recomment is [300, 1800]
# default: 450
mw_latency
450
;
# default: 350
mw_latency
350
;
}
# vhost for edge, edge and origin is the same vhost
...
...
trunk/src/core/srs_core_performance.hpp
查看文件 @
a3de1c7
...
...
@@ -95,7 +95,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* 2000 150 300
*/
// the default config of mw.
#define SRS_PERF_MW_SLEEP
4
50
#define SRS_PERF_MW_SLEEP
3
50
/**
* use iovs cache in each msg,
* for the shared ptr message, we calc once and used for every copy.
...
...
请
注册
或
登录
后发表评论