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. The Amazon Kinesis Video Streams Parser Library for Java enables Java developers to parse the streams returned by GetMedia calls to Amazon Kinesis Video. A streaming Mkv Parser called StreamingMkvReader that provides an iterative interface to read the MkvElements in a stream. Applications such as OutputSegmentMerger and FragmentMetadataVisitor built using the StreamingMkvReader. A callback-based parser called EBMLParser minimizes data buffering and copying. StreamingMkvReader is built on top of EBMLParser. Unit tests for the applications and parsers that demonstrate how the applications work.
Features
- This library is licensed under the Apache 2.0 Licenseq
- The MkvElementVisitor is a visitor pattern that helps process the events in the MkvElement hierarchy
- Call PutMedia to stream video fragments into the stream
- Simultaneously call GetMedia to stream video fragments out of the stream
- Combine Rekognition outputs (JSON) with KinesisVideo Streams output (H264 fragments) and render the frames with overlapping bounding boxes
- Lambda will be triggered as soon as the Rekognition stream processor starts emitting records in Kinesis Data Streams