Questions tagged [openvidu]

40 questions
1
vote
0 answers

OpenVidu: Coturn server not used as a TURN server

I deployed an OpenVidu server using AWS CloudFormation. The OpenVidu server can be deployed successfully and it appears to be working properly. However, I found that the associated Kurento server is using the installed Coturn server as a STUN…
1
vote
0 answers

Openvidu server API REST with fetch

I start up KMS+OPENVIDU server with docker. Everything works nice with web component when i use JQ ajax: For example (this works fine): $.ajax({ type: "POST", url: OPENVIDU_SERVER_URL + "/api/sessions", data:…
Nikola Lukic
  • 4,001
  • 6
  • 44
  • 75
0
votes
0 answers

Camera is still turned on when I set publishVideo to false in openvidu

I have taken a look at this openvidu forum link but I'm just not sure how to implement it. I'm guessing that openvidu has not included this in its updates. Is there a working example that could help me solve this? What I have right now looks…
Owenn
  • 638
  • 1
  • 6
  • 23
0
votes
0 answers

openvidu connecting from an external network, only the video is not output

using openvidu 2.9.0 It seems like you have OpenVidu installed on a Hyper-V virtual machine with a public IP, and port forwarding is set up. However, when someone connects to the video conference from an external IP, their video doesn’t show up.…
0
votes
0 answers

Can not create Video Session using OpenVidu and node

Below you'll find my node.js server using OpenVidu sdk for creating a simple app. Now here im trying to run this code in browser but it is giving me unauthorized error while its easily working in postman and generating video sessions. I have…
Ali Raza
  • 45
  • 6
0
votes
0 answers

Is there a way to use OpenVidu in Safari version 8+?

I'm getting this error message when I try to use OpenVidu on my React Native iOS app, but the OpenVidu documentation says that it supports Safari latest versions. Does anyone knows which one is the truth and what I might do to solve this issue…
0
votes
0 answers

Openvidu-react-native changes are not visible when using emulator

changes applied to OpenVidu-react-native package appears on the android phone but on not on the emulator even after clearing everything in App.js the one built with the emulator works just fine.Is this something to be worried about for production…
0
votes
0 answers

OpenVidu with Electron and Angular shows TypeErrors only after packaging the app

Currently, I'm working on an Electron application with conferencing via the OpenVidu platform. I have a production deployment of OpenVidu and my Backend with HTTPS and everything set up. It's working flawlessly when running Electron from npm…
Jake_3H
  • 372
  • 4
  • 14
0
votes
0 answers

Problems connecting many users on kurento/openvidu

Good morning, we are experiencing problems when trying to connect more than a few users to a meeting, using Kurento and OpenVidu. Starting the session and adding up to 6-7 users seems to work correctly, but any more users that try to connect are not…
devtech
  • 344
  • 1
  • 9
0
votes
0 answers

How to stream Google.ARCore output to WebRTC in Xamarin android?

I am developing an Android application that uses google's ARCore in Xamarin. So far I have managed to do this: I created a GlSurfaceView and I am able to see the output of ARCore (rendered by opengl) in it. I am using OpenVidu as WebRtc media…
Luka
  • 4,075
  • 3
  • 35
  • 61
0
votes
1 answer

How does Flutter project integrate Android native

My flutter project now needs to integrate the Android native openvidu live interaction function, but I can only find the integrated flutter in the native project in the official document. What should I do
rain
  • 1
0
votes
0 answers

Webrtc with openvidu device already in use when it’s not

Having a strange issue on one android phone for a website using openvidu for streaming. There is a switch camera function which alternates between front and back cameras. This is accomplished by getting all the available devices say on the back and…
Glen
  • 655
  • 3
  • 16
  • 31
0
votes
0 answers

Which methods to be called if a screen share leave a OpenVido Session on Android?

I have a problem related to Android and OpenVido. I connect from a computer and an Android tablet to a OpenVido Server. I would like to share my screen from the computer to the tablet. The first time everything works without problems and I can see…
Toby
  • 1
0
votes
0 answers

WebRTC android Data Channels aren't connecting. It shows Closing and then closed state

I've been trying to connect to data channels on webrtc but its bugging me for quite a while now. When I try to connect, it shows closing and then closed state. There's no connecting or connected state in logs. Here's my code: …
Jaswant Singh
  • 9,900
  • 8
  • 29
  • 50
0
votes
0 answers

How to add openvidu-java-client in gradle project

I am tring to add openvidu-java-client to an existing multi-module gradle project but I get the following error : Errors occurred while build effective model from…
Moussa
  • 4,066
  • 7
  • 32
  • 49