Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ingeorgepaul opened this issue Jun 15, 2023 · 3 comments
Labels

Comments

@ingeorgepaul
Copy link

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:

  • Docker container as explained in OpenVidu tutorials, run with command docker run ...

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:

  • Chrome 78.0.3904.97 (Official Build) (64-bit) on Windows 10 (1903).
  • Firefox Mobile 68.2.0 running on OnePlus 6 with Android 9.

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
Copy link
Author

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

@cruizba
Copy link
Member

cruizba commented Jun 20, 2023

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants