Skip to content

P2P camera stream using a AWS KVS signaling channel and WebRTC

Notifications You must be signed in to change notification settings

detail-co/remote-camera-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote-camera-example

This repo is essentially this example repo from AWS, but running on Node (Express server) and simplified a bit to prevent secrets from making their way into the frontend code.

  1. Make sure to update your settings in index.js L28-41
  2. Update your AWS region in public/viewer.js L25, and again in public/master.js L40
  3. Install dependencies with npm i
  4. Run the code with node index.js
  5. Check out localhost:3003

About

P2P camera stream using a AWS KVS signaling channel and WebRTC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published