Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leaysgur/amazon-kvs-webrtc-simple
- Owner: leaysgur
- Created: 2019-12-06T10:27:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T10:35:32.000Z (almost 5 years ago)
- Last Synced: 2024-04-15T07:11:57.031Z (7 months ago)
- Topics: aws, kinesis-video-streams, webrtc
- Language: JavaScript
- Size: 480 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 availableSee 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.