amazon-chime-sdk-ios
amazon-chime-sdk-ios copied to clipboard
CVPixelBuffer attachment functionality is not working with Chime SDK
Describe the bug
Added attachment to CVPixelBuffer
disappearing on receiver side.
To Reproduce Steps to reproduce the behavior:
- Create a custom video processor to access
CVPixelBuffer
- Create a custom video renderer view to be able to receive
CVPixelBuffer
- Edit sending buffer by adding personal metadata to
attachments
property or viaCVBufferSetAttachment
function - On receiver side try to get this attachment
Expected behavior
CVPixelBuffer
attachments should not be removed or AWS Chime SDK should have a possibility to add metadata to VideoFrame
Test environment Info (please complete the following information):
- Version AmazonChimeSDK: 0.19.2
- Version AmazonChimeSDKMedia: 0.15.2
- Can you reproduce this in the demo app? yes
Additional context In general looks like pixel buffer is completely transformed by chime on server side, cause even some system attachments is not stored as well.
Hi Thank you for opening the issue. We don't transmit all additional meta data from video to remote. I will add feature request label to transmit metadata for video frame.