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

Hi, Thanks for this awesome project. I' working with some app upon openvidu, all are based on rtsp streams as publishers. I've noticed during the development that if I restart...

bug

i want detect volume change to display progress of volume. code is : ``` this.listenStreamManager.on('streamAudioVolumeChange', (event) => { console.log(event.value.newValue) this.valuePercent = 100 + event.value.newValue if (this.valuePercent < 0) { this.valuePercent...

bug

Here a example, the video has 11 minutes but the openvidu show 0 seconds. { "createdAt": 1611437669515, "id": "584-997", "name": "584-997", "sessionId": "584-997", "files": [ { "name": "str_CAM_Y0rm_con_HO6oS4mPQv.webm", "connectionId": "con_HO6oS4mPQv",...

bug

Some recordings keep with 0mbs, also this session haven't history events in openvidu inspector.. I am looking the logs in kibana and show it -> rtpsource rtpsource.c:1147 update_receiver_stats() duplicate or...

bug

Hello, We are using open vidu in our application. We upgraded our application to version 2.16.0. We are testing ip camera so when we are adding two ip camera in...

bug

when two participants are already in the call when third person is joined from ios mobile , the remaining two persons will able to hear the audio of third person...

**Describe the bug** This is just my guess. Possibly related to https://github.com/OpenVidu/openvidu/issues/129. Occasionally, after unsubscribe, OpenVidu correctly removes its video element, emits `videoElementDestroyed` and then attempts to do it again....

bug

**Describe the bug** java.lang.NullPointerException when starting a record right after the user has forcefully quit the conference. In other words: - Having at least two people in the videocall. _USER1_...

bug

**Describe the bug** I am experiencing problems when two composed recordings starts at the same time. "First" record is ok, but the "second" have the content of first record without...

bug

**Describe the bug** If I call subscriber.subscribeToAudio(false) the 'audioActive' property of subscriber stream is set to false. But if the subscriber from his side call publishAudio(true) then the property is...

bug