https://github.com/leaysgur/amazon-kvs-webrtc-simple
https://github.com/leaysgur/amazon-kvs-webrtc-simple
aws kinesis-video-streams webrtc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leaysgur/amazon-kvs-webrtc-simple
- Owner: leaysgur
- Created: 2019-12-06T10:27:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T10:35:32.000Z (over 6 years ago)
- Last Synced: 2025-03-20T20:11:52.030Z (over 1 year ago)
- Topics: aws, kinesis-video-streams, webrtc
- Language: JavaScript
- Size: 480 KB
- Stars: 4
- Watchers: 1
- 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 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.