awslabs / amazon-kinesis-video-streams-webrtc-sdk-js

JS SDK for interfacing with the Amazon Kinesis Video Streams Signaling Service.
https://awslabs.github.io/amazon-kinesis-video-streams-webrtc-sdk-js/examples/index.html
Apache License 2.0
288 stars 143 forks source link

How to add metadata using this library? #294

Closed rajeevbbqq closed 7 months ago

rajeevbbqq commented 7 months ago

I want to add metadata to the stream. Do you have any idea how to do that? What I am looking for is according to the Kinesis documentation it is possible to generate autogenerated images to S3. But AWS_KINESISVIDEO_IMAGE_GENERATION needs to be added which is not clear using this library.

Document followed: https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/gs-s3Delivery.html#producer-mkv-tags

stefankiesz commented 7 months ago

Hi, this library does not support mkv tagging which is supported by our producer libraries. Please refer to our Producer C, Producer CPP, and Producer Java SDKs. Here is where metadata is added in a sample Producer C application.