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

C++ Parser? #100

Closed jelling closed 4 years ago

jelling commented 4 years ago

Is there a corresponding parser library for C++? I have looked everywhere and cannot find one or an example of how to parse Kinesis Video streams using the AWS C++ SDK.

MushMal commented 4 years ago

Unfortunately no. We have been recommending customers to use 3rd party open source parsers to parse the outgoing MKV.

jelling commented 4 years ago

Such as? On Jun 15, 2020, 2:41 PM -0400, Mushegh Malkhasyan notifications@github.com, wrote:

Unfortunately no. We have been recommending customers to use 3rd party open source parsers to parse the outgoing MKV. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

MushMal commented 4 years ago

There are others. We can't really endorse any one of these unfortunately.

We are looking at providing a super lightweight KVS specific MKV parser in native C at some stage.