petera-kinesis-video-aws

Description

Github Project for the tutorial - How to connect to AWS Kinesis video stream on the client with signed URL. It explains the step by step approach on how to create signed url on the API and create the util file for connecting to the video stream on frontend. ClientUtil folder contains a sample client code for frontend.

Technology Requirements

The following Technology must be installed on your machine to run the app

How to setup and run the application.

  • Clone the repo on your local machine
  • From your terminal, navigate to the clone repository directory
  • Install dependencies by running npm install
  • Create the .env file and set the AWS credentials following the .env.example file.
  • Run node src/index.js to start the server.