demo.html 767 B

12345678910111213141516171819202122
  1. <!--
  2. SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
  3. SPDX-License-Identifier: MIT
  4. -->
  5. <div id="no-support-banner" style="background-color: red">
  6. <h1> Browser does not support insertable streams </h1>
  7. </div>
  8. Browser base64 Session Description<br />
  9. <textarea id="localSessionDescription" readonly="true"></textarea> <br />
  10. Golang base64 Session Description<br />
  11. <textarea id="remoteSessionDescription"> </textarea> <br/>
  12. <button onclick="window.startSession()"> Start Session </button> Decrypt Video <input type="checkbox" checked="checked" onclick="window.toggleDecryption()"/> <br />
  13. <br />
  14. Video<br />
  15. <video id="remote-video" playsinline autoplay controls style="width: 640; height: 480"></video> <br />
  16. Logs<br />
  17. <div id="div"></div>