From ee8edb8ba89d1cee83db9c63491d0c275dc52f1d Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Fri, 19 Jul 2019 11:58:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Common/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/config.h b/src/Common/config.h index 72024617..8807d175 100644 --- a/src/Common/config.h +++ b/src/Common/config.h @@ -204,7 +204,7 @@ extern const string kHandshakeSecond; extern const string kKeepAliveSecond; //rtsp拉流代理是否直接代理 -//直接代理后支持任意编码格式,但是会导致GOP缓存无法定位到I帧,可能会导致花屏 +//直接代理后支持任意编码格式,但是会导致GOP缓存无法定位到I帧,可能会导致开播花屏 //并且如果是tcp方式拉流,如果rtp大于mtu会导致无法使用udp方式代理 //假定您的拉流源地址不是264或265或AAC,那么你可以使用直接代理的方式来支持rtsp代理 //默认开启rtsp直接代理,rtmp由于没有这些问题,是强制开启直接代理的