Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leaysgur/amazon-kvs-webrtc-simple


https://github.com/leaysgur/amazon-kvs-webrtc-simple

aws kinesis-video-streams webrtc

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# amazon-kvs-webrtc-simple

Simple minimum demo app using `amazon-kinesis-video-streams-webrtc-sdk-js`.
(It just splits official example into master and viewer app.)

## How to try

- Create signaling channel and IAM on your AWS dashboard
- Fill it in `/src/config.js`
- Run HTTP Server from root directory
- Open `master.html`
- Then open `viewer.html`
- It seems ~10 viewers are available

See also https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-js

Since this SDK does not provide wrapper for WebRTC specific APIs, you may need some library like [simple-p2p](https://github.com/leader22/simple-p2p) instead.