From 15d0c49e85159b9e27870aff5280c0cd95b103c4 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期四, 04 五月 2017 17:16:56 +0800 Subject: [PATCH] --- VisitFace/RtspNativeCodec/app/src/main/java/com/example/nativecodec/NativeCodec.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/VisitFace/RtspNativeCodec/app/src/main/java/com/example/nativecodec/NativeCodec.java b/VisitFace/RtspNativeCodec/app/src/main/java/com/example/nativecodec/NativeCodec.java index dff4f0c..45688e6 100644 --- a/VisitFace/RtspNativeCodec/app/src/main/java/com/example/nativecodec/NativeCodec.java +++ b/VisitFace/RtspNativeCodec/app/src/main/java/com/example/nativecodec/NativeCodec.java @@ -76,7 +76,7 @@ ThisActivity = this; RtspFaceNative.init(); - RtspFaceNative.setLocalIP("192.168.1.10"); + RtspFaceNative.setLocalIP("192.168.1.106"); mGLView1 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview1); -- Gitblit v1.8.0