chromium/tools/perf/page_sets/webrtc_cases/encoded-insertable-streams.html

<!DOCTYPE html>
<!--
 *  Copyright (c) 2023 The WebRTC project authors. All Rights Reserved.
 *
 *  Use of this source code is governed by a BSD-style license
 *  that can be found in the LICENSE file in the root of the source
 *  tree.
-->
<html>
<head>

  <title>Encoded Insertable Streams</title>


</head>

<body>

<div id="wrapper">
  <div id="container">
    <div class="bottom-border">
      <h2>Encoded Insertable Streams</h2>
      <label>
        Number of peer connections
        <input id="num-peerconnections" value="10">
      </label><br>
      <button class="green" id="start-test">
        Start Test
      </button><br>
    </div>
    <div class="video-area">
      <br>
      <h2>Remote Streams</h2>
      <table border="0" id="test-table"></table>
    </div>
  </div>
</div>


<script src="encoded-insertable-streams.js"></script>
</body></html>