Luke Weber
Luke Weber
As well, just an aside, I do get a crash there when my credentials aren't any good also on the emulator.
So this isn't by any means the full solution, but I did get a bit of progress. 1) Added target ./android/voice-client-core/jni/default_debug_video.mk 2) Added video specific drivers in src/main/java/org/webrtc/videoengine/... 3) Added,...
Nope, you'd need to drag it through. Probably the most straight forward would be to modify android/voice-client-native/jni/voiceclient_main.cc -> OnSignalPresenceChanged Probably include a boolean, or int of caps, depending on how...
Opensles previously has had spotty performance in my testing. On newer versions of android it's supposed to be better, but they basically broke the driver. I know csip uses opensles...
I got the video example to compile for Android with vp8 and I wasn't impressed with a very fast multicore arm phone. At the smallest screen size, it was choppy,...
I'm guessing that when video is enabled, it should show up in the offer correctly. libjingle/talk/media/webrtc/webrtcvideoengine.cc ``` const WebRtcVideoEngine::VideoCodecPref WebRtcVideoEngine::kVideoCodecPrefs[] = { {kVp8PayloadName, 100, 0}, {kRedPayloadName, 116, 1}, {kFecPayloadName, 117,...
That would be awesome. As you can see, current app needs a bit of work :) @hailg is currently working on https://github.com/lukeweber/webrtc-jingle-client/issues/69 and had mentioned interest in building some UI....
In response to AEC for apple, I noticed in the latest code, they seem to be disabling AEC from webrtc, so I think this is covered. #if defined(IOS) // On...
Yeah, we're trying to track down where this happens and thought it was related to turn on our configuration. Please get back to me if you find anything. As an...
If it's a bugfix that you find useful, just send me a pull request. I don't really have time to dev on iOS or push it forward, but want to...