From eb69d9c33b307bfc2d6c7f46a210f98c5fa306c5 Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 11 八月 2017 14:31:01 +0800 Subject: [PATCH] bug fix for client --- VisitFace/RtspNativeCodec/app/src/main/java/com/example/nativecodec/NativeCodec.java | 6 +++--- 1 files changed, 3 insertions(+), 3 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 aed767d..9fd8a32 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 @@ -101,7 +101,7 @@ RtspFaceNative.setFaceLabel(2, i+1, "abcd"); } - RtspFaceNative.setLocalIP("192.168.1.82"); + RtspFaceNative.setLocalIP("192.168.1.93"); mGLView1 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview1); @@ -492,8 +492,8 @@ /** Load jni .so on initialization */ static { - //System.loadLibrary("rtspface_client"); - System.loadLibrary("rtspface_server"); + System.loadLibrary("rtspface_client"); + //System.loadLibrary("rtspface_server"); //System.loadLibrary("opencv_java3"); } -- Gitblit v1.8.0