Kinesis Video Stream over Websocket

0

Hi all, is it possible to consume a Kinesis Video Stream in real time over Websocket? Not looking to do two way communication, just need one way sending of realtime amazon connect call streams over websocket. What are the steps/components that would involved in setting this up? Appreciate any suggestions

1 Answer
1
Accepted Answer

Yes, it is possible to consume a Kinesis Video Stream in real-time over WebSocket. Amazon Kinesis Video Streams provides a feature called WebRTC (Web Real-Time Communication) that allows you to stream video content over WebSocket. Here are the steps and components involved in setting this up:

Set up Kinesis Video Stream

Set up Amazon Kinesis Video Streams WebRTC (KVS WebRTC):

Develop a Web Application:

Integrate with Amazon Connect

These documentation provides detailed instructions, code examples, and best practices for each of these steps.

Amazon Kinesis Video Streams Developer Guide

Getting Started with Amazon Kinesis Video Streams WebRTC

Amazon Kinesis Video Streams WebRTC Developer Guide

Getting Started with Kinesis Video Streams WebRTC

Using the Kinesis Video Streams WebRTC JavaScript SDK

Amazon Connect Streams Documentation

Using Amazon Connect Streams to Retrieve Real-Time Contact Data

Jittu
answered 2 months ago
profile picture
EXPERT
reviewed 2 months ago
profile picture
EXPERT
reviewed 2 months ago
  • Thank you! @Jittu Is there a way to consume Kinesis Data Streams over websocket as well, or it is only applicable for Kinesis Video Streams?