OpenVidu / openvidu

OpenVidu Platform main repository
https://openvidu.io
Apache License 2.0
1.86k stars 464 forks source link

Only one caller's stream is recorded in a 2-way recorded video, another stream is blacked out. #806

Open ingeorgepaul opened 1 year ago

ingeorgepaul commented 1 year ago

Describe the bug We use OpenVidu 2.22.0 Pro. During a two-way stream, two callers joined the session and they both saw each-others video during the live streaming, but when the recorded video was played, only one participant's video was visible, another participant's video was blacked out. OV logs did not show any error messages and OV logs have message stating successful merging of the video.

Expected behavior Recorded video should show videos of both the participants.

Wrong current behavior When viewing live, both the participant's can see each-other's stream, but in the recorded video only one participant's video is visible, and other participant's video is blacked out.

OpenVidu tutorial where to replicate the error This is first time when we faced this issue, no specific steps to reproduce this issue.

OpenVidu deployment info How is your OpenVidu Server instance deployed when you get the bug. A couple of possible examples are listed below:

IMPORTANT NOTE: N/A

Client device info (if applicable) Describe the client device(s) or platform(s) where you are able to replicate the error. For example:

Screenshots If applicable, add screenshots to help explain your problem.

Additional context one-stream-recorded In attached screenshot, right hand side stream was successfully recorded, whereas the left hand side stream was blacked out.

@pabloFuente @cruizba

ingeorgepaul commented 1 year ago

@pabloFuente @cruizba Hello, Did you get a chance to look into this? Thanks.

cruizba commented 1 year ago

It looks like the recording container is not able to connect to the media server properly. Does it always happen in the same way? Only the mobile is not visible?

We have a demo server deployed at https://demos.openvidu.io with basic auth: OPENVIDUAPP:MY_SECRET

On the other hand, lots of bugs and improvement has been made since version 2.22.0. Do you have the same behavior our demos server, the deployed version is 2.27.0? I would recommend you to update to the most recent version.

Also, how did you deployed OpenVidu PRO? What instructions did you follow?

ingeorgepaul commented 1 year ago

cruizba: Does it always happen in the same way? Only the mobile is not visible?

George: No, this is first time we have faced this issue.

cruizba: We have a demo server deployed at https://demos.openvidu.io/ with basic auth: OPENVIDUAPP:MY_SECRET

George: Demo works fine and it records both the participant's videos.

cruizba: Also, how did you deployed OpenVidu PRO? What instructions did you follow?

George: Deployed as instructed in the documents. This system is in place and working fine for more then two years now, so deployment does not seems an issue.