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] #194

Open jugaldb-fam opened 2 months ago

jugaldb-fam commented 2 months ago

Alternative to functions in this library from SDK-v2

Logging

Any design considerations/constraints I use this library to parse streams into the current project which uses V1 of the kinesis library and sdkv1.

And currently in the process of migrating the codebase to use V2 SDKs.

I am trying to understand if there are any similar methods for parser in the new SDK, because I couldn't find any documentation online.