ksvc / KSYLive_Android

Android播放&推流融合版本[Android Play and LiveStreaming SDK] 直播延时2-3秒(Living delay 2 or 3 seconds),supporting jitter control,software&hardware decode, 支持内置/自定义美颜(Beauty Filter)、美声(Beauty Voice)、软硬编(Software/Hardware Encoder) 、网络自适应(Network Auto Adapt)、混音(Voice Mixer)、混响(Reverb)、画中画(PIP) 、连麦(RTC)、动态贴纸(Sticker)
http://v.ksyun.com/
333 stars 175 forks source link

java.lang.RuntimeException: createContext failed: EGL_BAD_CONTEXT #93

Open xiaox8021 opened 6 years ago

xiaox8021 commented 6 years ago

当调用过KSYStreamer的release()方法后,重新初始化streamer对象. 06-26 19:51:29.579 29088-29168/com.cloudm.yunbox E/AndroidRuntime: FATAL EXCEPTION: GLThread 913 Process: com.cloudm.yunbox, PID: 29088 java.lang.RuntimeException: createContext failed: EGL_BAD_CONTEXT at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1233) at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1224) at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1074) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1447) at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1286)