正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -150,7 +150,7 @@ vhost mrw.srs.com { | @@ -150,7 +150,7 @@ vhost mrw.srs.com { | ||
| 150 | # 1. disable the mr for vhost. | 150 | # 1. disable the mr for vhost. |
| 151 | # 2. use timeout for cond wait for consumer queue. | 151 | # 2. use timeout for cond wait for consumer queue. |
| 152 | # @see https://github.com/winlinvip/simple-rtmp-server/issues/257 | 152 | # @see https://github.com/winlinvip/simple-rtmp-server/issues/257 |
| 153 | - # default: on | 153 | + # default: off |
| 154 | min_latency off; | 154 | min_latency off; |
| 155 | # about MR, read https://github.com/winlinvip/simple-rtmp-server/issues/241 | 155 | # about MR, read https://github.com/winlinvip/simple-rtmp-server/issues/241 |
| 156 | mr { | 156 | mr { |
| @@ -136,7 +136,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | @@ -136,7 +136,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
| 136 | * 2. use timeout for cond wait for consumer queue. | 136 | * 2. use timeout for cond wait for consumer queue. |
| 137 | * @see https://github.com/winlinvip/simple-rtmp-server/issues/257 | 137 | * @see https://github.com/winlinvip/simple-rtmp-server/issues/257 |
| 138 | */ | 138 | */ |
| 139 | -#define SRS_PERF_MIN_LATENCY_ENABLED true | 139 | +#define SRS_PERF_MIN_LATENCY_ENABLED false |
| 140 | 140 | ||
| 141 | /** | 141 | /** |
| 142 | * how many chunk stream to cache, [0, N]. | 142 | * how many chunk stream to cache, [0, N]. |
-
请 注册 或 登录 后发表评论