Skip to content

Commit

Permalink
fixing SDKs and updating readme with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ranman committed Jul 13, 2018
1 parent 07932cc commit de5ab52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Easily view HLS 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 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>.

## 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.
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="http://vjs.zencdn.net/6.6.3/video-js.css">
<link rel="stylesheet" href="https://vjs.zencdn.net/6.6.3/video-js.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<!-- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.272.1.min.js"></script> -->
<script src="aws-sdk-all.js"></script>
</head>
<body>
<a href="https://github.com/you"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png" alt="Fork me on GitHub"></a>
<div class="container">
<h1 style="margin: 20px 0;">Amazon Kinesis Video Streams HLS Viewer</h1>
<div class="row">
Expand Down Expand Up @@ -267,4 +267,4 @@ <h3 style="margin-top: 20px;">Logs</h3>
.vjs-big-play-button { display: none !important; }
</style>
</body>
</html>
</html>

0 comments on commit de5ab52

Please sign in to comment.