amazon-kinesis-video-streams-producer-sdk-cpp
amazon-kinesis-video-streams-producer-sdk-cpp copied to clipboard
Amazon Kinesis Video Streams Producer SDK for C++ is for developers to install and customize for their connected camera and other devices to securely stream video, audio, and time-encoded data to Kine...
Issue #, if available: Not an issue but this is a newer version of a previous pull request (#1169) that I deleted (made a new fork because I had forked...
Issue #, if available: Not an issue but this is a newer version of a previous pull request (#1168) that I deleted (made a new fork because I had forked...
*Issue #, if available:* ### *What was changed?* - Added a sample for intermittent streaming with kvssink that involves no tearing down of the gstreamer pipeline nor kvssink resources -...
I am getting this error while running: cmake -DBUILD_GSTREAMER_PLUGIN=TRUE .. [ 66%] Performing build step for 'project_libopenssl' In file included from apps/app_rand.c:10: In file included from apps/apps.h:13: In file included...
*What was changed?* BUILD_GSTREAMER_PLUGIN is no longer required to be ON for non-kvssink samples to be built. Added new flag BUILD_SAMPLES which defaults to ON to control the building of...
*What was changed?* Adds JNI implementation for `putKinesisVideoEventMetadata`. Coincides with the following Java SDK PR: https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-java/pull/193. *Why was it changed?* To bring `PutEventMetadata` support into the Java Producer SDK. *How...
*Issue #, if available:* *What was changed?* - The path to open-source libraries will not longer have /local/ in it - This PR is used to test the Producer [C...
Tested using: kvssink sample to start/stop the stream at various intervals including: - ~100 times in a run with 0s interval between start/stops - play 5s -> sleep 5s ->...
*Issue #, if available:* *What was changed?* - Updated Producer C / PIC to latest releases *Why was it changed?* - To propagate fixes in lower level libraries to this...
Issue #, if available: https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/discussions/1031 *What was changed?* Modify `kvssink` and sample application to support adding metadata per fragment *Why was it changed?* This feature was missing from `kvssink` and...