-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Outside of browser environment * Remove Buffer * Remove unnecessary import * Increase max package size * Remove _ * Add options allowing for fine-grained control of sending and receiving certain ICE candidates * Add description * Add presets * Fix wrong method name * Remove debugging artifacts * Remove extra newlines * Extract to common method * sample: Add manual JoinStorageSession button * sample: Adjust labels * master role * sample: move the connected check to after the SDP answer is sent * Add correlationId to sdp answer for joinStorageSession * 100% code coverage in the unit tests * Increase package size * Remove testing artifact * Update README for correlationId * Fix boolean flag * Adjust css * Disable datachannel for WebRTC ingestion and remove remote-view in ingestion mode * Adjust stop button color * reset storage client on next run * reset storage client on next run * Adjust comment for correlationId * Bump @babel/traverse from 7.21.4 to 7.23.2 Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump react-devtools-core from 4.27.6 to 4.28.4 Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.27.6 to 4.28.4. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-devtools-core) --- updated-dependencies: - dependency-name: react-devtools-core dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump version * Bump package lock * data channel benchmarking message * additional logs * granularity in time-to-first-frame * master and viewer metrics timeline chart * signaling metrics viewer + master breakdown * color coded, dynamic height adjustment, dynamic dataTable row addition * connectAsViewer, enable non-json messages, enable viewing them in message box * set timelineChartTestLength to 20 * cleanup 1 * pr cleanup as per comments * adding a comment * readme update * rename timestamp * update the readme * rename timestamps * decouple from dqp * rename * DQP enhacement and bug fixes * Rebase to include profiling chart * Use metrics object data * Bump follow-redirects from 1.15.2 to 1.15.5 Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.5. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.5) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump SDK version * Bump ip from 1.1.8 to 1.1.9 Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. - [Commits](indutny/node-ip@v1.1.8...v1.1.9) --- updated-dependencies: - dependency-name: ip dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump package lock --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niyati Maheshwari <[email protected]> Co-authored-by: Divya Sampath Kumar <[email protected]>
- Loading branch information
1 parent
fb1d4a3
commit de20988
Showing
7 changed files
with
634 additions
and
53 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
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.