amazon-kinesis-video-streams-producer-sdk-cpp icon indicating copy to clipboard operation
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...

Results 39 amazon-kinesis-video-streams-producer-sdk-cpp issues
Sort by recently updated
recently updated
newest added

*Issue #, if available:* ## Description of Changes **Summary** - Added a new sample application to demonstrate how one may keep a local buffer of media for a specified duration...

*Issue #, if available:* *Description of changes:* Testing changes by running the CI... By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution,...

Hi, I'm developing an application using the AWS Kinesis Video Streams Producer SDK (C++), and I'm planning to integrate a robust error-handling system for scenarios like KVS failures or network...

question

**Logging** ``` $ gst-launch-1.0 -v v4l2src device=/dev/video1 ! videoconvert ! video/x-raw,format=I420,width=640,height=480,framerate=30/1 ! x264enc bframes=0 key-int-max=45 bitrate=500 tune=zerolatency ! video/x-h264,stream-format=avc,alignment=au ! kvssink stream-name=test-stream storage-size=128 access-key="..." secret-key="..." WARNING: erroneous pipeline: no element...

bug

Original PR: https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/pull/1193 ## Description of Changes (aside from original PR changes) - Introduced a new CMake option to control the building of the KVS Producer C dependency library. -...

build

Hi, sometimes camera report error 0x30000005, the document **https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/producer-sdk-errors.html** suggest "use half of that frame duration (20 ms)". My questions are: 1. what is the purpose of frame duration? 2....

question

*Issue #, if available:* *Description of changes:* - Curl is not consumed by Producer CPP, only Producer C, so removing its linking in the CMakeLists. - Also, `CMake/Dependencies/libcurl-CMakeLists.txt` is completely...

build

Original PR: https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/pull/1179 ## Description of Changes (aside from original PR changes) - Modified the original PR to be backwards compatible. - When building static libraries, `kvssink` will remain static...

gstreamer
build

When integrating the Kinesis Video Producer library into a project, the current installation step includes the entire source directory, including .cpp files: ```cmake install( DIRECTORY ${KINESIS_VIDEO_PRODUCER_CPP_SRC}/src DESTINATION .) ``` Would...

enhancement
feature request