-
Notifications
You must be signed in to change notification settings - Fork 134
Description
Describe the bug
There is an issue when multiple video streams are recorded in a meeting
To Reproduce
Attempt to use Media Capture Pipeline to record multiple video streams in a Chime video conference call.
Expected behavior
To be able to record multiple video streams in a meeting.
The workaround temporarily suggested by AWS is to use composited video for the recording as per this blog post:
https://aws.amazon.com/blogs/business-productivity/capture-amazon-chime-sdk-meetings-using-media-capture-pipelines/
To use ExternalUserId to filter the video streams to be recorded. The externalUserId is determined by your application and not generated by Chime SDK. This can be pre-defined before the attendee is created. You can use this mechanism to record less video streams (less cost) or use it for composited video.
Chime SDK team are aware of this issue and we are working on a fix for temporary failures.
Additional context
Add any other context about the problem here.