From 21b675418bc1c6ff3620483f3cd103fa0234fe26 Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期四, 04 五月 2017 14:51:15 +0800 Subject: [PATCH] optimize --- 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