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 5 months ago

jugaldb-fam commented 5 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.

hassanctech commented 3 months ago

We are actively working on this but do not have a timeline for when this will be completed. There is a branch where most of the core work was done, but the sample itself was not updated, you can try to see if this works for you: https://github.com/aws/amazon-kinesis-video-streams-parser-library/tree/migrate-v2-java-sdk. The final released version will differ from this, but perhaps this might unblock you for now.