From 8bc72ebc21e04e3d52f7250716c44d3104bfecfa Mon Sep 17 00:00:00 2001
From: Dana <Dana_Lee1016@126.com>
Date: 星期二, 02 十二月 2025 15:28:10 +0800
Subject: [PATCH] 1.修改文件推流
---
app/src/main/java/com/anyun/h264/JT1076ProtocolHelper.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/app/src/main/java/com/anyun/h264/JT1076ProtocolHelper.java b/app/src/main/java/com/anyun/h264/JT1076ProtocolHelper.java
index 6e53e5d..c438f89 100644
--- a/app/src/main/java/com/anyun/h264/JT1076ProtocolHelper.java
+++ b/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);
--
Gitblit v1.8.0