From b83bcaf7db50cbba5e7509649bcb7d1cd3afb27f Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期二, 09 五月 2017 10:04:10 +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