awslabs / amazon-kinesis-video-streams-webrtc-sdk-android

Android SDK for interfacing with Amazon Kinesis Video Streams Signaling Service.
Apache License 2.0
58 stars 37 forks source link

Kinesis Data Analytics with WebRTC #78

Closed ricamano closed 1 year ago

ricamano commented 2 years ago

Hey there, I am wondering if I can use Kinesis Data Analytics with a Live video stream with webrtc communication, such as detecting faces from the video stream using AWS. I can't seem to find an answer to this question anywhere else, so hopefully this is the right place and sorry if it isn't.

sirknightj commented 1 year ago

Hi,

Kinesis Video Streams offers a WebRTC ingestion feature which can allow you to send video over WebRTC to a Kinesis Video Stream. From there, you can use other AWS services such as Amazon Rekognition or Amazon Sagemaker to take the video from the stream and perform analysis on it.

There's a blog post about it which you can read about here.

To learn more about the WebRTC ingestion feature, check out the documentation.

Hope this helps!