-
### Describe the bug
I am finding that both GetMediaAsync as well as GetMedia get blocked if I am simultaneously running gstreamer plugin to push the media from the camera. It works fine if I stop …
-
**State your question**
**Which AWS Services are you utilizing?**
- Kinesis Video Streams
**Provide code snippets (if applicable)**
- N/a
**Environment(please complete the following informa…
-
### Terraform Core Version
1.1.4
### AWS Provider Version
5.52.0
### Affected Resource(s)
aws_kinesis_firehose_delivery_stream
### Expected Behavior
After successfully creating a Firehose deliv…
-
### Describe the bug
#30037 added a new `removal_policy` parameter the the `aws_kinesis.Stream` constructor.
This was a breaking change. Previously it defaulted to `DESTROY` but now it defaults …
-
**Describe the problem you faced**
We could use some guidance on a performance issue we are seeing with a Spark Structured Streaming job reading from Kinesis and writing to a MOR Hudi table in EMR …
-
**Fleet version**: 4.58.0
### 💥 Actual behavior
Currently, the `fleet --help` output does not include these Windows MDM config options: `--mdm_windows_wstep_identity_cert_bytes` and `--mdm_…
-
**State your question**
How the media source should be configured in order to stream and visualize a non-corrupted video?
I used the default setting of the project:
https://github.com/awslabs/aws-s…
-
### 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…
-
``` python
import boto3
# Constants
ORG_ID = 'YOUR_ORG_ID' # Not required in this case, but you can specify if needed
OU_ID = 'YOUR_OU_ID' # Not required in this case, but you can specify i…
-
When kinesis a kinesis shard is split (eg. when scaling) it marks the parent shard as CLOSED and client writes start going to the child shards.
Benthos does not appear to be reading from CLOSED shard…