Skip to content

Commit

Permalink
add js sdk comment and update title
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Hunt authored and ranman committed Jul 13, 2018
1 parent c378961 commit 03b2aa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sampleHLS.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<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>
<div class="container">
<h1 style="margin: 20px 0;">Kinesis Video Streams HLS Sample</h1>
<h1 style="margin: 20px 0;">Amazon Kinesis Video Streams HLS Viewer</h1>
<div class="row">
<div class="col-md-4">
<div class="form-group">
Expand Down

0 comments on commit 03b2aa1

Please sign in to comment.