app/src/main/java/com/anyun/h264/JT1076ProtocolHelper.java
@@ -67,6 +67,7 @@ public void setServerAddress(String ip, int port) { this.serverIp = ip; this.serverPort = port; Timber.w("设置IP="+ip+"_port:"+port); // 如果TCP客户端已存在,更新地址 if (tcpClient != null) { tcpClient.setServerAddress(ip, port);