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-2.0 License

Stars
103

Bot releases are hidden (Show)

amazon-kinesis-video-streams-parser-library - Release 1.0.3 (March 2018) of the Amazon Kinesis Video Streams Parser Library

Published by sayantacC over 6 years ago

  • In OutputSegmentMerger, make sure that the lastClusterTimecode is updated for the first fragment. If timecode is equal to that of a previous cluster, stop merging
  • FrameVisitor to process the frames in the output of a GetMedia call.
  • CopyVisitor to copy the raw bytes of the stream being parsed to an output stream.
  • Add example that shows parsing and rendering Kinesis Video Streams.
  • Known Issues: In KinesisVideoRendererExample, the decode/renderer sample using JCodec may not be able to decode all mkv files.
amazon-kinesis-video-streams-parser-library - Release 1.0.2 (December 2017) of the Amazon Kinesis Video Streams Parser Library

Published by sayantacC almost 7 years ago

  • Add example that shows integration with Kinesis Video Streams.
  • Remove unnecessary import.
amazon-kinesis-video-streams-parser-library - Release 1.0.1 (November 2017) of the Amazon Kinesis Video Streams Parser Library

Published by sayantacC almost 7 years ago

  • Update to include the url for Amazon Kinesis Video Streams in the pom.xml
amazon-kinesis-video-streams-parser-library - Release 1.0.0 of the Amazon Kinesis Video Streams Parser Library

Published by sayantacC almost 7 years ago

Release 1.0.0 (November 2017)

  • First release of the Amazon Kinesis Video Streams Parser Library.
  • Supports Mkv elements up to version 4.
  • Known issues:
    • EBMLMaxIDLength and EBMLMaxSizeLength are hardcoded as 4 and 8 bytes respectively
    • Unknown EBML elements not specified in MkvTypeInfos are not readable by the user using StreamingMkvReader.
    • Unknown EBML elements not specified in MkvTypeInfos of unknown length lead to an exception.
    • Does not do any CRC validation for any Mkv elements with the CRC-32 element.
Package Rankings
Top 26.88% on Repo1.maven.org
Related Projects