Questions tagged [openvidu]

40 questions
6
votes
2 answers

GoogleWebRTC hangs (freezes) the main thread in swift native app (OpenVidu)

We have hanging problem (the app freezes due of main thread lock) with our iOS (swift) native app with OpenVidu implementation (which uses GoogleWebRTC under the hood). The specific conditions required: need to join existing room with at least 8…
Mike Keskinov
  • 11,614
  • 6
  • 59
  • 87
6
votes
2 answers

What is the difference between inbound-rtp & remote-inbound-rtp in the results we get from webrtc getstats?

I have been trying to figure out a way to calculate the following: Bandwidth, Latency, Current Upload, and Download speed. And have been confused with the values I am getting for the INBOUND-RTP, OUTBOUND-RTP, & REMOTE-INBOUND-RTP. In my head, I…
Harshwardhan
  • 117
  • 1
  • 11
5
votes
0 answers

Android webrtc SurfaceViewRenderer preview goes blank when I start the Activity in landscape/reverse landscape

I'm facing this weird issue where SurfaceViewRenderer preview goes blank whenever I run activity in landscape/reverse landscape/sensor landscape. The weird problem is, in some phones video preview works in reverse landscape mode and in some phones…
Vijay E
  • 829
  • 10
  • 14
2
votes
2 answers

Running an application with WebRTC within a local network that doesn't have internet access

I'm looking to use WebRTC in a project where I need to livestream video from one computer, a robot with a wifi hotspot and USB camera, over a local network to another computer, a controller for the robot. Both computers in this case are single board…
2
votes
0 answers

How to access camera in background using ionic capacitor/cordova on Android 9

I'm trying to get access to the camera while the app is in the background (e.g. the phone is locked). As it turns out, Android 9 does not allow to do that unless you are trying to get access using a foreground service. I'm using ionic framework in…
Vasniktel
  • 307
  • 1
  • 4
  • 12
1
vote
0 answers

flutter webrtc remote stream

I am having a problem with onaddremotestream in flutter webrtc I am following this guide https://github.com/cyb3rcod3/flutter-openvidu-demo trying to integrate flutter with openvidu…
1
vote
0 answers

Openvidu subscriber volume on android

So using openvidu to setup two way calling but I noticed an issue when it’s being used on an android device. The android phone has multiple volume controls, one of them is the media volume, so if the user watching as a subscriber has their media…
noname
  • 153
  • 2
  • 12
1
vote
2 answers

Error "You don't have docker-compose installed" but 'Docker Compose version v2.3.3' is installed

Objective: install OpenVidu, using Docker-Compose onto a Ubuntu server. Situation/Error: I believe I have docker-compose installed as when I run: version docker compose it gives me (as expected) Docker Compose version v2.3.3 However, when I…
Shaedo
  • 453
  • 5
  • 15
1
vote
1 answer

Angular web-app microphone switching causes error `NotReadableError: Concurrent mic process limit`

I am trying to implement a microphone switch feature where, whilst being on a live call on the browser, i am able to replace my current in-use microphone with a new one. After selecting the new microphone I want to change to, I receive a…
richardrobu
  • 143
  • 15
1
vote
1 answer

Android WebRTC Randomly crashes with Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 1191 (TimeCheckThread), pid 656 (audioserver)

My WebRTC randomly crashes with Fatal signal 6 error. Specially on low networks. Can anyone please tell me what the reason can be or has any idea. I'm using Openvidu Android Client for WebRTC implementation. Stack Trace : 01-18 18:33:44.275 F/libc …
Jaswant Singh
  • 9,900
  • 8
  • 29
  • 50
1
vote
0 answers

WebRTC disconnects after reconnecting (Android)

Everything works fine but when I turn off my wifi and turn it on again, the WebRTC session is reconnected but after 6-7 seconds it goes to disconnected state and then failed state. Logs 2020-09-19 19:34:27.112 5941-6059/com.thirdeyegen.mr_workspacee…
Jaswant Singh
  • 9,900
  • 8
  • 29
  • 50
1
vote
0 answers

WEBRTC: Local streams are visible on OPENVIDU WEB(other Participant) end But Remote Streams are coming NIL on my end locally swift iOS

I am using OpenVidu for Video Chat, Using this Repo https://github.com/OpenVidu/openvidu-ios-app I know this has bugs, but I have to use this as This is working fine at Android and WEB. I am able to make it working where my Local video can be seen…
Pankaj Bhardwaj
  • 2,081
  • 1
  • 17
  • 37
1
vote
1 answer

OpenVidu Android app crashes when leaving the session?

I am trying to fix this issue that persists in the OpenVidu android doc. When I try to leave the session the app crashes with the below stacktrace. ------------- Stacktrace ---------------- 2020-05-13 18:37:11.268 16277-18122/in.app.chirpz…
Sidharth MA
  • 241
  • 1
  • 3
  • 9
1
vote
1 answer

Video recording with OpenVidu and electron

I have to be able to record an incoming video call into a file. The recording must be done on the desktop application, built with electron. I'm using OpenVidu as a streaming platform. Is there any way to do that?
Vasniktel
  • 307
  • 1
  • 4
  • 12
1
vote
1 answer

How to keep my users anonymous with webrtc?

I need to implement video call in my application, then I discovered webrtc, and simple-peer for nodejs. I just have one problem, because it's peer to peer, I suppose the users aren't anonymous, they can get their ip each others. I know facebook,…
nonoom
  • 244
  • 1
  • 3
  • 15
1
2 3