Kinesis Video Streams accepts your incoming streams, stores them durably and in encrypted form, creates time-based indexes, and enables the creation of vision-enabled applications.
Questions tagged [amazon-kinesis-video-streams]
86 questions
0
votes
2 answers
Error while building dependencies for amazon-kinesis-video-streams-producer-sdk-cpp
While trying to compile amazon-kinesis-video-stream-producer-sdk-cpp Repo, I encountered with the dependencies saying that the file path was too long.
Checking Build System
Creating directories for 'project_libopenssl'
Building Custom Rule…

h_grewal
- 13
- 4
0
votes
2 answers
Kinesis Video Streams integration with Amazon SageMaker using KIT
I am working on a project where i need to send the video from my IP camera to Kinesis Video Stream, and use Sagemaker to host my ML model, which will then analyse the video from Kinesis Video Stream in real time.
I followed this link:…
0
votes
1 answer
What is the correct way to organize multiple recordings from a single device: AWS Kinesis video streams
What is the correct way to create a searchable archive of videos from a single Raspberry PI type device?
Should I create a single stream per device, then whenever that device begins a broadcast it adds to that stream?
I would then create a client…

Ben
- 3
- 1
0
votes
1 answer
Why is "FragmentLengthInMilliseconds" zero in some fragments in Kinesis Video Streams
Among the fragments I streamed into KVS via its gstreamer plugin, I see that hundreds of fragments - over 55% - have 0 in the field "FragmentLengthInMilliseconds" (fetched via the LIST_FRAGMENTS api). They all have the same timestamp. Another thing…

Tony Jiang
- 442
- 5
- 16
0
votes
0 answers
AWS cognito access denied exception
I am trying to view an AWS kinesis video stream on a local web page. However, I keep getting this error.
AccessDeniedException: User: arn:aws:sts::XXXXXXXXX:assumed-role/XXXXXXXX/CognitoIdentityCredentials is not authorized to perform:…

Quillbert Q.
- 74
- 1
- 7
0
votes
1 answer
Use AWS Kinesis Video Streams WebRTC SDK C in Swift Project
I would like to use AWS's Kinesis Video Streams for WebRTC in a MacOS application. I came across a C library on AWS Labs' Github called amazon-kinesis-video-streams-webrtc-sdk-c which sounds like what I want however I'm unsure as to how to use it…

Kyle Decot
- 20,715
- 39
- 142
- 263
0
votes
1 answer
Solution to get voice along with video stream in Amazon Kinesis Video Streams
I am able to stram video content in KVS but without voice. Anyone have idea about to get voice along with vide stream ?
I am following below…

Nitul Savaliya
- 21
- 8
0
votes
2 answers
Put the webcam data to kinesis video stream
Im very new to Api and our use case is to stream the live data from webcam to kinesis video stream (kvs).
Steps Taken : Created the ubuntu server on aws and installed the CPP SDK.
created the kinesis video stream in aws
downloaded and installed the…

chandni mirchandani
- 121
- 1
- 13
0
votes
2 answers
How to send AWS Kinesis Video Stream (frames) to EC2 instance?
Requirement: For deep learning predictions, I want to send the frame from my local system camera to EC2 instance for predictions.
Work done till now:
I am able test my deep learning code on my local system.
I have uploaded the code on EC2…

Ankit Saini
- 1
- 1
0
votes
1 answer
kinesis video streams webrtc 403 forbidden on presigned websocket wss url
I'm using SigV4RequestSigner to presign a WebSocket url in aws lambda, using Amazon Kinesis Video Streams WebRTC SDK for JavaScript
In the client when attempting to call new SignalingClient() with a requestSigner that returns the presigned url from…

tomeraz
- 193
- 3
- 15
0
votes
1 answer
Accessing the application after installing npm package
I followed the 3 instructions mentioned on this page...
https://docs.aws.amazon.com/kinesisvideostreams-webrtc-dg/latest/devguide/kvswebrtc-sdk-js.html
1) Download the WebRTC SDK in JavaScript by running the following command:
git clone…

shantanuo
- 31,689
- 78
- 245
- 403