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...
On running the command ./kvs_gstreamer_sample camera_37 rtsp://user:[email protected]:554/Streaming/Channels/102/ I am getting the error Creating IoT auth callbacks. [ERROR] [17-06-2024 09:22:32:860.195 GMT] Unable to create Iot Credential provider. Error status: 0x4000000e [ERROR]...
I'm trying to stream from a Raspberry PI Model 2 (I know, the tutorial recommands a Model 3, but both have 1GB of RAM), but I'm facing an issue when...
*Issue #, if available:* #1178 *Description of changes:* Adding cmake option BUILD_GSTREAMER_PLUGIN_STATIC to allow building GST plugin as .so with statically linked deps.
### Logging Log snippet with error: ``` [DEBUG] [21-05-2024 09:26:41:811.151 GMT] [xxx-redacted-stream-name-xxx] pts: 17162836049677987, dts: 21840000, duration: 0, size: 6057, trackId: 1, isKey: 0 [DEBUG] [21-05-2024 09:26:41:811.608 GMT] [xxx-redacted-stream-name-xxx] pts:...
**Logging** ```shell cmake .. -DBUILD_GSTREAMER_PLUGIN=ON -DBUILD_STATIC=ON ... make ... ls *libgst* libgstkvssink.a ``` **Describe the bug** I would like to build gst plugin, that is a shared library (`libgstkvssink.so`) and...
The current version of Producer C SDK is missing a fix for a build issues on Mac. ``` error: incompatible pointer to integer conversion passing 'PThreadData' (aka 'struct __ThreadData *')...
We are able to: - Build the SDK (https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp) - Reference it in my macOS desktop app - Run my desktop app - Create an RTMP stream With some desktop...
*Description of changes:* I noticed a leak in memory in our application and was able to trace it to the KVS C++ Producer Library. This situation was mainly occuring when...
*Issue #, if available:* - N/A *What was changed?* - Adding a new action to check the pull request description. *Why was it changed?* - To make it easier to...
*Issue #, if available:* - N/A *Description of changes:* - Cherry-picking low-risk commits from the develop from the older merge process that haven't been brought into the latest yet. -...