retina/player/index.html
2022-11-14 18:49:42 +04:00

26 lines
504 B
HTML

<html>
<head>
<link href="./style.css" />
<script src="./app.js" />
</head>
<body>
Browser base64 Session Description<br />
<textarea id="localSessionDescription" readonly="true"></textarea> <br />
Golang base64 Session Description<br />
<textarea id="remoteSessionDescription"> </textarea> <br />
<button onclick="window.startSession()"> Start Session </button><br />
<br />
Video<br />
<div id="remoteVideos"></div> <br />
Logs<br />
<div id="div"></div>
</body>
</html>