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...
Added the CLANG formatting guidelines used in Producer C SDK, formatted all files in the sample and src directories. By submitting this pull request, I confirm that you can use,...
**Is your feature request related to a problem? Please describe.** Writing frames to hybrid content store won't work if during start of the application, there is network offline. **Describe the...
I have a Gstreamer pipeline that ends with `kvssink`, and sometimes it is taking 2 minutes to shut down after EOS is sent to the Gstreamer pipeline. In what situations...
When building shared version. This is missing ``` Index: git/CMakeLists.txt =================================================================== --- git.orig/CMakeLists.txt +++ git/CMakeLists.txt @@ -221,7 +221,7 @@ if(BUILD_GSTREAMER_PLUGIN) target_link_libraries(gstkvssink PRIVATE ${GST_APP_LIBRARIES} KinesisVideoProducer) add_executable(kvssink_gstreamer_sample samples/kvssink_gstreamer_sample.cpp) - target_link_libraries(kvssink_gstreamer_sample ${GST_APP_LIBRARIES} KinesisVideoProducer)...
I am using AWS KVS to stream a live camera feed. As a quick MVP I have opted to replicate the camera feed with a [MP4 file](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/gs-send-data.html) which I manually...
*Issue #, if available:* *Description of changes:* - Introduced a new prop / attribute in kvssink which allows enabling / disabling image-generation - Surfaced a public API- putEventMetadata from the...
*What was changed?* The ReadMe was re-worked to be more quick-start friendly. Missing information was added and made into tables. Typos and grammar issues were addressed. (More details in the...
**Logging** ./kvs_gstreamer_sample buoy_van -w 640 -h 480 [INFO ] [08-07-2024 17:13:44:269.765 GMT] Using region: us-west-2 [INFO ] [08-07-2024 17:13:44:270.073 GMT] Using aws credentials for Kinesis Video Streams [INFO ] [08-07-2024...
*Description of changes:* At the moment, the use of `libkvscproducer` does not respect `-DBUILD_DEPENDENCIES`. This PR allows it to be found via `pkg-config` instead of built from source. By submitting...
**Describe the bug** When trying to build I keep hitting the same issue outlined below **To Reproduce** Steps to reproduce the behavior: Download amazon-kinesis-video-streams-producer-sdk-cpp-3.4.1 Make build directory Execute `cmake -DBUILD_GSTREAMER_PLUGIN=TRUE...