-
Hi,
When starting our application using KPL and it's missing permissions to access our stream, many logs are outputted, which fills our log files. Here is a sample of what we saw:
```
2018-08-2…
-
We're testing KPL 0.12.9 (upgraded from 0.12.8) with one of our Lambda functions and we immediately started getting exceptions that indicate the local disk is full:
```Could not copy native binarie…
-
To use AWS kinesis producer putMedia interface, I modified some modules.
The patch file locates at [iotjs](https://github.com/juliuswwj/aws-kinesis-producer-js/blob/master/iotjs.patch)
and the sampl…
-
Hi,
I am using Kinesis Producer for Java:
```
com.amazonaws
amazon-kinesis-producer
0.15.8
```
This is my send-message code snippet:
```
String json = …
-
Hi there, I wanted to use the SDK as a dependency of a Maven project so I imported the library like following:
```xml
com.amazonaws
amazon-kinesis-vide…
-
Put expects records to be written to Kinesis as []byte. This works fine for simple cases but often a more complex layer wraps kinesis-producer and needs more control/flexibility over how different cas…
owais updated
4 years ago
-
```
INFO [2017-08-03 21:25:53,519] com.amazonaws.services.kinesis.producer.LogInputStreamReader: [2017-08-03 21:25:53.518979] [0x00000289][0x00007f35f1dc9700] [info] [processing_statistics_logger.cc…
-
We have found an issue where the daemon process kinesis_producer retains the memory post-processing all the events for a long time, this increases the overall memory of our system, how can we drain th…
-
**Media pipeline:**
- Media source: `getFrame()` from camera SDK which continuously returns h264 frames are then passed to `putKinesisVideoFrame()`, I-type frames marked as `FRAME_FLAG_KEY_FRAME`
…
-
Trying to build the Amazon Kinesis Video Streams CPP Producer with GStreamer Plugin (kvssink).
Below line i have added in the amazon-kvs-sdk-cpp-1.7.8.inc file
**EXTRA_OECMAKE = "-DBUILD_GSTREAMER…