-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ de20988 🚀
- Loading branch information
1 parent
4a43d6b
commit 394ca38
Showing
6 changed files
with
595 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
width: 100%; | ||
} | ||
|
||
|
||
#logs-header { | ||
margin-top: 20px; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
<script src="https://unpkg.com/@ungap/url-search-params"></script> | ||
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.umd.min.js"></script> | ||
<script src="https://www.gstatic.com/charts/loader.js"></script> | ||
<link rel="icon" type="image/png" href="favicon.ico"> | ||
</head> | ||
<body> | ||
|
@@ -177,6 +178,18 @@ <h4>Amazon KVS WebRTC DQP</h4> | |
</div> | ||
</div> | ||
|
||
<h4>Amazon KVS WebRTC Profiling Timeline chart</h4> | ||
<div class="form-group"> | ||
<div class="form-check form-check-inline"> | ||
<input class="form-check-input" type="checkbox" id="enableProfileTimeline" value="enableProfileTimeline"> | ||
<label for="enableProfileTimeline" class="form-check-label">Enable C SDK master and JS viewer profile timeline<small>(Master + Viewer)</small></label> | ||
<span data-delay="{ "hide": 1500 }" data-position="auto" tabindex="0" class="text-info ml-1" data-toggle="tooltip" data-html="true" title=" | ||
<p>Enables the test and metrics for the Amazon KVS WebRTC by sending the master-side metrics to the viewer via datachannel and display a timeline chart.</p> | ||
<a href="https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-js/tree/develop?tab=readme-ov-file#metrics">Additional information</a> | ||
"><sup>ⓘ</sup></span> | ||
</div> | ||
</div> | ||
|
||
<details><summary class="h4">Advanced</summary> | ||
<p><small>Filter settings for which ICE candidates and sent to and received from the peer.</small></p> | ||
<div class="container"> | ||
|
@@ -338,23 +351,34 @@ <h5>From Master</h5> | |
</div> | ||
</div> | ||
|
||
<div id="dqpmetrics" class="d-none"> | ||
<h3 id="dqpmetrics-header">DQP Test Metrics (from Master)</h3> | ||
<div class="row"> | ||
<div class="col"> | ||
<div class="card bg-light mb-3"> | ||
<div id="dqp-test"></div> | ||
<div> | ||
<div id="dqpmetrics" class="d-none"> | ||
<h3 id="dqpmetrics-header">DQP Test Metrics (from Master)</h3> | ||
<div class="row"> | ||
<div class="col"> | ||
<div class="card bg-light mb-3"> | ||
<div id="dqp-test"></div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card bg-light mb-3"> | ||
<canvas id="metricsChart" style="width:100%"; height="400px"></canvas> | ||
<div class="col"> | ||
<div class="card bg-light mb-3"> | ||
<canvas id="metricsChart" style="width:100%"; height="400px"></canvas> | ||
</div> | ||
</div> | ||
</div> | ||
<h3 id="live-stats-header">Live Stats (from Master)</h3> | ||
<div class="card bg-light mb-3"> | ||
<div id="webrtc-live-stats"></div> | ||
</div> | ||
</div> | ||
<h3 id="live-stats-header">Live Stats (from Master)</h3> | ||
<div class="card bg-light mb-3"> | ||
<div id="webrtc-live-stats"></div> | ||
<div id="timeline-profiling" class="d-none" style="padding-top:20px;"> | ||
<div class="row"> | ||
<div class="col"> | ||
<h4 id="timeline-profiling-header"></h4> | ||
<div id="timeline-chart" style="width:100%;height:0px"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
Oops, something went wrong.