| | |
| | | ThisActivity = this; |
| | | |
| | | RtspFaceNative.init(); |
| | | RtspFaceNative.setLocalIP("192.168.1.10"); |
| | | RtspFaceNative.setLocalIP("192.168.1.205"); |
| | | |
| | | mGLView1 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview1); |
| | | |
| | |
| | | //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); |