openvidu icon indicating copy to clipboard operation
openvidu copied to clipboard

OpenVidu Platform main repository

Results 101 openvidu issues
Sort by recently updated
recently updated
newest added

Hello, We are using open vidu version 2.12.0 in our application. Our Application works fine when working with Chrome version in low network. But when we are working on Firefox...

bug

**Describe the bug** It would be nice, if you could remove all the console outputs from `openvidu-node-client` package. I am using it in my Node.js backend and I get really...

enhancement

I'm developing on UWP for a couple devices and using Windows.Networking.Sockets.MessageWebSocket for messaging against the OpenVidu Server instance. When the web socket closes abruptly, either by client crashing, stopping mid-call...

bug

**Describe the bug** Some recordings got stored with size 0: ` {"id":"hxegdshhpwpmvame","name":"hxegdshhpwpmvame","outputMode":"INDIVIDUAL","sessionId":"hxegdshhpwpmvame","createdAt":1583451065719,"size":0,"duration":0.0,"url":null,"hasAudio":true,"hasVideo":true,"status":"ready"} ` The record folder got owned by root instead of kurento: ``` ll -R /opt/openvidu/recordings/hxegdshhpwpmvame /opt/openvidu/recordings/hxegdshhpwpmvame: total 16...

bug

There is a problem in getting the **inbound** webrtc stats of the **first user** who joins a room. The way to replicate it is as follows: 1. A user accesses...

bug

**Describe the bug** After seen this in the supervisord log: > [ERROR] 2020-02-18 18:12:33,103 [-5443-exec-8] io.openvidu.server.recording.service.SingleStreamRecordingService (startRecording) - Error waiting for some recorder endpoint to start in session g5gzgg8l3hlg7dy3 Openvidu...

bug

Hi there I detected an error that happen when a user try to publish his video. Im getting this exception in the client side: - [web client console log](https://pastebin.com/qYUuJ89h) -...

Hi, for a certain setup I need the streams to be hidden from specific users while their streams can still be seen by one or more others. I can't find...

it should be customized like below: var options = { loglevel: 1 } var OV = new OpenVidu(options); this will instruct openvidu to adjust the level of logging and levels...

enhancement

We are experiencing that connections between Safari (Ipad) -> Firefox (Desktop) are always negotiated using VP8 (120) as first codec in sdp. If you try to set h.264 as the...