android
android copied to clipboard
WebRTC pre-compiled library for android.
If the App is compiled using gradle4.x, it will crash on Android8 or 9
Hi, I used your SDK in my code and everything is fine with the push stream. But when I added the simulcast related configuration to the code, there was only...
Devices: - Google Pixel 4a (5G) with Android 13 - HUAWEI INE-LX1 (HUAWEI P smart+) Android version: 9 Version : com.github.webrtc-sdk:android:104.5112.08 Checking list of system supported video encoders: ```kotlin MediaCodecList(MediaCodecList.ALL_CODECS).codecInfos.filter...
Is there a concrete reason for always only having the latest version of the library published on maven central? Removing the old version after the new one has been published...
The soft decoders for vp9 and h264 are not found in the latest version. Have they been removed?
Hello there! I've been using your lib for WebRTC and I have one major issue which I'm not sure if it's an implementation issue or on the library side. Audio...
hi! can this sdk support h264? thanks!
I want to test flutter-webrtc on android, and it should use webrtc sdk, now the libwebrtc is released version without log, I want to print the log of webrtc when...
Setting up the decoder factory for the peer connection factory doesn't appear to regard the `enableH264HighProfile` ``` DefaultVideoEncoderFactory defaultVideoEncoderFactory = new DefaultVideoEncoderFactory(eglContext, true, false); peerConnectionFactory = PeerConnectionFactory.builder() .setOptions(options) .setVideoEncoderFactory(defaultVideoEncoderFactory) .createPeerConnectionFactory();...