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

CVPixelBuffer attachment functionality is not working with Chime SDK #446

Open
VasylKhmil opened this issue Apr 16, 2022 · 1 comment
Open
Labels
feature-request New feature or request

Comments

@VasylKhmil
Copy link

Describe the bug
Added attachment to CVPixelBuffer disappearing on receiver side.

To Reproduce
Steps to reproduce the behavior:

  1. Create a custom video processor to access CVPixelBuffer
  2. Create a custom video renderer view to be able to receive CVPixelBuffer
  3. Edit sending buffer by adding personal metadata to attachments property or via CVBufferSetAttachment function
  4. 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.

@hokyungh
Copy link
Contributor

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.

@hokyungh hokyungh added the feature-request New feature or request label Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants