owt-client-android icon indicating copy to clipboard operation
owt-client-android copied to clipboard

Open WebRTC Toolkit client SDK for Android applications.

Results 97 owt-client-android issues
Sort by recently updated
recently updated
newest added

Support H265 encoding, decoding in client?

Hello, I want to turn on the flash when the camera is collecting video streams to light up. What should I do?

FYI. web endpoint published h264/B,then android endpoint subscribed h264(webrtc sdp default preferred h264/CB),this mismatched param leading to owt-server started transcode module from h264/B to h264/CB, so this is very wasted...

Hi, the android sdk PROTOCOL_VERSION = "1.1" mismatch with the lastest owt-server (5.0), error: 1、mid 2、pub/sub a/v format 3、... so feel free to update to 1.2+ ?

Hello, I tried to compile owt p2p sample app using Android Studio 4.0.1 It compiled succesfully, but the application just crashes at the beginning... I found this lines in logcat...

Is it possible to receive the participants audio mute / unmute events without subscribe the remote audio stream? It seems not able to get the OnMute/OnUnmute callback in remote stream...

``` W/System.err: java.lang.IllegalStateException: release() called on an object with refcount < 1 W/System.err: at org.webrtc.RefCountDelegate.release(RefCountDelegate.java:42) W/System.err: at org.webrtc.TextureBufferImpl.release(TextureBufferImpl.java:125) W/System.err: at org.webrtc.VideoFrame.release(VideoFrame.java:188) W/System.err: at org.webrtc.VideoSource$1.onFrameCaptured(VideoSource.java:77) W/System.err: at org.webrtc.ScreenCapturerAndroid.onFrame(ScreenCapturerAndroid.java:200) W/System.err: at org.webrtc.SurfaceTextureHelper.tryDeliverTextureFrame(SurfaceTextureHelper.java:374)...

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.miaohuida.tcmeeting, PID: 15117 java.lang.RuntimeException: java.lang.RuntimeException: Failed to create EGL context: 0x3003 at org.webrtc.EglBase14Impl.createEglContext(EglBase14Impl.java:282) at org.webrtc.EglBase14Impl.(EglBase14Impl.java:78) at org.webrtc.EglBase$-CC.createEgl14(EglBase.java:215) at org.webrtc.EglBase$-CC.create(EglBase.java:158) at org.webrtc.EglRenderer.lambda$init$0$EglRenderer(EglRenderer.java:241) at org.webrtc.-$$Lambda$EglRenderer$A5MPsBufyTiKpmjvPS46Dr9iaHs.run(Unknown Source:6) at...

Dear Team, Can anyone help to provide the link for downloading latest 5.0 binary release. Thanks Alex