Skip to content

Commit

Permalink
Initialize project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
lherman-cs committed Jun 4, 2020
1 parent 7d3b350 commit 541c995
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
## My Project
# Amazon Kinesis Video Stream Demos

TODO: Fill this README out!
This repository contains a list of use cases with sample codes or high level descriptions/diagrams for [Kinesis Video Stream](https://aws.amazon.com/kinesis/video-streams/).

Be sure to:
## Contents

* Change the title in this README
* Edit your repository description on GitHub
* [Producer CPP](https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp)
* [Stream and persist video stream from webcam using Amazon Linux](/producer-cpp/docker-amazonlinux)
* [Stream and persist video stream from webcam with a Raspberry Pi](/producer-cpp/docker-raspberry-pi)
* [Stream and persist video stream from RTSP server](/producer-cpp/docker-rtsp)
* [Producer C](https://github.com/awslabs/amazon-kinesis-video-streams-producer-c)
* [WebRTC C](https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c)
* [WebRTC JS](https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-js)

## License

Expand Down
Empty file added producer-c/.gitkeep
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added webrtc-c/.gitkeep
Empty file.
Empty file added webrtc-js/.gitkeep
Empty file.

0 comments on commit 541c995

Please sign in to comment.