openwebrtc icon indicating copy to clipboard operation
openwebrtc copied to clipboard

A cross-platform WebRTC client framework based on GStreamer

Results 100 openwebrtc issues
Sort by recently updated
recently updated
newest added

Hi, I am compiling openwebrtc on ubuntu14.04 with instructions from wiki of this project. Got the below message for recipe intltool. Any work around for this or any patches to...

Hi, I tried connecting to the demo.openwebrtc webpage using test_client.c but it doesn't work (it says "Failed to connect to the server"). So I literally haven't a single working sample...

Hello, I'm trying to build a simple sender and receiver using c language and your openwebrtc libraries. The sender and the receiver exchanges candidates correctly and my video session goes...

Why Android project runs the local area network is not stable enough, HTTPS throw request exception (SSLHandshakeException, SSLPeerUnverifiedException), help me please

EDIT: This issue should maybe have been opened for https://github.com/EricssonResearch/cerbero. I'm trying to [build for Linux](https://github.com/EricssonResearch/openwebrtc/wiki/Building-OpenWebRTC), but the command `./cerbero-uninstalled -c config/linux.cbc fetch-package --full-reset --reset-rdeps openwebrtc` is failing because https://gstreamer.freedesktop.org/src/mirror/zlib-1.2.10.tar.xz...

Android native apps are being developed. target device tcc893x dual core 1G, ram 1G setting in width = width>0?width:640; height = height>0?height:480; framerate = framerate>0?framerate:20.0; case : audio off ,...

On iOS we can set resolution, bitrate, and framerate in videoattributes.m, but there's not an obvious way to set those in Android. Are we missing something here?

I am able to connect webRTC only if both sender and receiver are in same wifi network.

Hello, I am using openwebrtc for android and I am faced with a strange issue where the stream is sometimes dropped without any error in the log (this happens in...

Hello everyone, Have you tried the H264 capability of Firefox? I connected the NativeDemo app for iOS with the Firefox browser. I checked the SDP data and it seems that...