Questions tagged [android-webrtc]
8 questions
3
votes
0 answers
Android 11 - Webrtc VOIP calls are not working with browser or desktop app. Same is working with Android 10
Good day team!!!
I am developing a calling system, In this case we are working on Android, IOS and web/Desktop platforms.
Audio and Video calls were working fine for Android, IOS and Web/Desktop. Until I have upgraded the Android API level to 30…

Dayanand Lande
- 211
- 4
- 23
1
vote
0 answers
Convert WebRTC i420frame to YUV_420_888 and NV21
I am using libjingle_peerconnection.jar for video calling based on this project and everything is fine.
Now I need to detect face in real time and also detect smile.
I want to use ML Kit for this. Therefore, I need to access the byte buffer of each…

Hussein Yaqoobi
- 442
- 5
- 20
1
vote
0 answers
how increase quality and decrease frame rate in webrtc?
we are using android and IOS devices to stream images to a backend for analysis.
we opt to use webrtc to decrease delay and latency.
I succeed with changing focus and exposure settings on the fly and high constant resolution 2592x1944 frames while…

Mohammed Aljammali
- 21
- 3
1
vote
0 answers
Can WebRTC work over an Android USB Ethernet connection?
I am trying to use WebRTC on an Android App to stream to a media server running on my workstation using a USB tethering connection. I see have good signaling, with an offer and an answer that seem to make sense with respect to the IP addresses,…

aardvark-fan
- 95
- 1
- 6
0
votes
0 answers
Flutter WebRTC microphone voice played, Iam hearing my own voice from my own device. I
I just want to sent only audio to other client. I dont even have any RTCVideoRenderer on my page, but I keep hearing my own voice feedback. So where that sound (my own voice) come from?
I used something like this :
var stream = await…

erik
- 1
0
votes
1 answer
java.net.MalformedURLException: unknown protocol: ws KTOR android
as stated in documentation I want to create websocket in Server and connect to it from Android my code for Android:
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
…

Nurseyit Tursunkulov
- 8,012
- 12
- 44
- 78
0
votes
0 answers
How to get STUN or TURN server on Android app?
Is there a way to get the STUN or TURN server with active connection within an application in android, using webRTC, (no javascript). Thanks.

isthemartin
- 96
- 8
0
votes
1 answer
Android WebRTC onIceCandidate never get called
There are already bunch of questions on this issue but they all are related to Javascript. I am trying in Android and my onIceCandidate() is never get called when I call setLocalDescription.
private PeerConnection initPeerConnection(boolean isLocal)…

Faizan Mubasher
- 4,427
- 11
- 45
- 81