-
We're using this producer library to send frames to AWS Kinesis Video. The stream's resolution is 2560x1920 and has 1 FPS with 1 Mbps max bitrate. The stream plays perfectly fine when using HLS stream…
-
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)…
-
hello,
I have a raspberry pi 4 [ubuntu 18.04 /melodic] used picamera
I have followed the steps which are mentioned in readme without facing an error, used [usb_cam](http://wiki.ros.org/usb_cam)…
-
Hi Team,
We need to use this library in govcloud in a FIPS compliant environment. Is it possible to update the OpenSSL version used here:
https://github.com/awslabs/amazon-kinesis-producer/blob/9f…
-
Currently, `fromProperties(Properties props)` can only recognize boolean, string, and long. While the signature of thread-related methods are `setThreadingModel(enum)` and `setThreadPoolSize(int)`. Th…
-
I have downloaded the repo, and set producer as the starter project, but I've got this error:
```
An unhandled exception of type 'System.TypeInitializationException' occurred in mscorlib.dll
Additio…
-
There are only 18 lines that uses features present only in Java 1.7 or higher (because uses diamond operator for example).
Would be possible to enable support to Java 1.6 in amazon-kinesis-producer…
-
```
(AWSErrorMarshaller)Encountered Unknown AWSError
InvalidSignatureException Signature expired: 20180920T174101Z is now earlier than 20180920T174504Z (20180920T175004Z - 5 min.):
2018-09-20 14:…
-
This:
```
$kinesis->->PutRecord(Data => 'Foo', StreamName => 'test', PartitionKey => 1234);
```
Throws this:
```
Stream influencers-dev, Error: 'Foo' can not be converted to a Blob: Base64 encoded …
-
### Acknowledgements
- [X] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue
- [X] I have verified all of my SDK modules are up-to-date (you can pe…