aws / amazon-kinesis-video-streams-parser-library

Amazon Kinesis Video Streams parser library is for developers to include in their applications that makes it easy to work with the output of video streams such as retrieving frame-level objects, metadata for fragments, and more.
Apache License 2.0
103 stars 52 forks source link

[QUESTION] how to retrieve custom metadata? #127

Open swethasree8 opened 2 years ago

swethasree8 commented 2 years ago

Hi, I have added custom location metadata to kvs stream from producer c++ ( gstreamer code). How to retrieve this inserted metadata using stream parser library? I imported this parser library to eclipse. How to check the inserted metadata? Thanks in advance