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-13 10:13:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
595bf24a512f41692b64d8fa5a21ef121220684b
595bf24a
1 parent
dac9f9c4
for bug #257, default to off the realtime(min-latency).
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
trunk/conf/full.conf
trunk/src/core/srs_core_performance.hpp
trunk/conf/full.conf
查看文件 @
595bf24
...
...
@@ -150,7 +150,7 @@ vhost mrw.srs.com {
# 1. disable the mr for vhost.
# 2. use timeout for cond wait for consumer queue.
# @see https://github.com/winlinvip/simple-rtmp-server/issues/257
# default: o
n
# default: o
ff
min_latency
off
;
# about MR, read https://github.com/winlinvip/simple-rtmp-server/issues/241
mr
{
...
...
trunk/src/core/srs_core_performance.hpp
查看文件 @
595bf24
...
...
@@ -136,7 +136,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* 2. use timeout for cond wait for consumer queue.
* @see https://github.com/winlinvip/simple-rtmp-server/issues/257
*/
#define SRS_PERF_MIN_LATENCY_ENABLED
tru
e
#define SRS_PERF_MIN_LATENCY_ENABLED
fals
e
/**
* how many chunk stream to cache, [0, N].
...
...
请
注册
或
登录
后发表评论