Skip to content

Commit

Permalink
Add MPEG-DASH playback, LIVE_REPLAY playback mode, and other UI enhan…
Browse files Browse the repository at this point in the history
…cements.
  • Loading branch information
MixMasterMitch committed Jul 9, 2019
1 parent 5c1d6e0 commit 1d925e2
Show file tree
Hide file tree
Showing 6 changed files with 419 additions and 261 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ information to effectively respond to your bug report or contribution.

We welcome you to use the GitHub issue tracker to report bugs or suggest features.

When filing an issue, please check [existing open](https://github.com/aws-samples/amazon-kinesis-video-streams-hls-viewer/issues), or [recently closed](https://github.com/aws-samples/amazon-kinesis-video-streams-hls-viewer/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
When filing an issue, please check [existing open](https://github.com/aws-samples/amazon-kinesis-video-streams-media-viewer/issues), or [recently closed](https://github.com/aws-samples/amazon-kinesis-video-streams-media-viewer/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:

* A reproducible test case or series of steps
Expand Down Expand Up @@ -41,7 +41,7 @@ GitHub provides additional document on [forking a repository](https://help.githu


## Finding contributions to work on
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws-samples/amazon-kinesis-video-streams-hls-viewer/labels/help%20wanted) issues is a great place to start.
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws-samples/amazon-kinesis-video-streams-media-viewer/labels/help%20wanted) issues is a great place to start.


## Code of Conduct
Expand All @@ -56,6 +56,6 @@ If you discover a potential security issue in this project we ask that you notif

## Licensing

See the [LICENSE](https://github.com/aws-samples/amazon-kinesis-video-streams-hls-viewer/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
See the [LICENSE](https://github.com/aws-samples/amazon-kinesis-video-streams-media-viewer/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.

We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
## Amazon Kinesis Video Streams HLS Viewer
## Amazon Kinesis Video Streams Media Viewer

Easily view HLS output of Amazon Kinesis Video Streams
Easily view HLS and MPEG-DASH output of Amazon Kinesis Video Streams

* * *
## About
This is a simple static webpage that simplifies testing and experiments with HLS output from Amazon Kinesis Video Streams. This is based on the <a href="https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/how-hls.html">documentation</a>.
This is a simple static webpage that simplifies testing and experiments with HLS and MPEG-DASH output from Amazon Kinesis Video Streams. This is based on the <a href="https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/how-hls.html">documentation</a>.

## Getting Started
The easiest and recommended approach is to use the Github-hosted version of this project. The second method is to clone/download this project and host it in your own S3 bucket or even locally.

### Using the Github-hosted UI
Because the project is a collection of static HTML and JavaScript, you can use the application without deploying the code into your own AWS account.

To get started, go to the hosted [Kinesis Video Streams HLS Viewer](https://aws-samples.github.io/amazon-kinesis-video-streams-hls-viewer/).
To get started, go to the hosted [Kinesis Video Streams Media Viewer](https://aws-samples.github.io/amazon-kinesis-video-streams-media-viewer/).

<br />
<a href="https://aws-samples.github.io/amazon-kinesis-video-streams-hls-viewer/"><img border="0" src="sample_app.png"></a>
<a href="https://aws-samples.github.io/amazon-kinesis-video-streams-media-viewer/"><img border="0" src="sample_app.png"></a>

## License Summary

Expand Down
Binary file added favicon.ico
Binary file not shown.
Loading

0 comments on commit 1d925e2

Please sign in to comment.