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
102
stars
52
forks
source link
Fix merger bug where timecode goes back in second fragment. #11
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.
Emit TimeCode in ElementSizeAndOffsetVisitor.
Add copyright header to all rendered example files.
Change version to 1.0.3-SNAPSHOT as it should be for a release in progress.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.