pristineio / webrtc-android

A mirror of the Android AppRTC demo with sources for the libjingle_peerconnection library.
Other
191 stars 96 forks source link

Crash happens while video/audio call is on going #16

Open umamahacse opened 6 years ago

umamahacse commented 6 years ago

Hi, The following crash is occured when i made a audio/video call.Can any one suggest me a solution for this java.lang.RuntimeException: Error during updateTexImage (see logcat for details) at android.graphics.SurfaceTexture.nativeUpdateTexImage(Native Method) at android.graphics.SurfaceTexture.updateTexImage(SurfaceTexture.java:244) at org.webrtc.SurfaceTextureHelper.updateTexImage(SurfaceTextureHelper.java:244) at org.webrtc.SurfaceTextureHelper.tryDeliverTextureFrame(SurfaceTextureHelper.java:258) at org.webrtc.SurfaceTextureHelper.access$500(SurfaceTextureHelper.java:36) at org.webrtc.SurfaceTextureHelper$3.onFrameAvailable(SurfaceTextureHelper.java:132) at android.graphics.SurfaceTexture$1.handleMessage(SurfaceTexture.java:207) at android.os.Handler.dispatchMessage(Handler.java:110) at android.os.Looper.loop(Looper.java:203) at android.os.HandlerThread.run(HandlerThread.java:61)