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

[Question] Parsing frame along with producer timestamp

gai6948 opened this issue · 2 comments

I am new to the library and I want to extract frames in the fragment from GetMedia API, along with the producer timestamp associated with the frame, is there a minimal example for that? Or which classes I should look for?

What I want to do with the library is to capture the frame and producer timestamp, and pass them as bytes into another Kinesis Stream which will be processed by a Lambda. I have an implementation in Python but I cannot capture the producer timestamp from the raw MKV, so I am looking at this library.

Thanks in advance.

Thanks very much