From 178f62a60f4d34ccfe83e81452d5c84fab7e5045 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 25 五月 2017 17:35:52 +0800
Subject: [PATCH]
---
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 5d1d17b..3b029de 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
@@ -79,7 +79,7 @@
ThisActivity = this;
RtspFaceNative.init();
- RtspFaceNative.setLocalIP("192.168.1.10");
+ RtspFaceNative.setLocalIP("192.168.1.205");
mGLView1 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview1);
@@ -214,10 +214,10 @@
//RtspFaceNative.setSurface(1, mSurfaceHolderDecoder1.getSurface());
Surface s = mSurfaceHolder1.getSurface();
- RtspFaceNative.setSurface(1, s, s);
+ RtspFaceNative.setSurface(1, s);
Surface s2 = mSurfaceHolder2.getSurface();
- RtspFaceNative.setSurface(2, s2, s2);
+ RtspFaceNative.setSurface(2, s2);
//SurfaceTexture st = mGLView1VideoSink.mMyGLSurfaceView.getSurfaceTexture();
//Surface sgl = new Surface(st);
--
Gitblit v1.8.0