github.com/pion/webrtc/v4@v4.0.1/examples/insertable-streams/jsfiddle/demo.html (about)

     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  
     9  Browser base64 Session Description<br />
    10  <textarea id="localSessionDescription" readonly="true"></textarea> <br />
    11  
    12  Golang base64 Session Description<br />
    13  <textarea id="remoteSessionDescription"> </textarea> <br/>
    14  <button onclick="window.startSession()"> Start Session </button> Decrypt Video <input type="checkbox" checked="checked" onclick="window.toggleDecryption()"/> <br />
    15  
    16  <br />
    17  
    18  Video<br />
    19  <video id="remote-video" playsinline autoplay controls style="width: 640; height: 480"></video> <br />
    20  
    21  Logs<br />
    22  <div id="div"></div>