You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RTSPtoWeb/docs/examples/webrtc/index.html

19 lines
479 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RTSPtoWeb WebRTC example</title>
</head>
<body>
<h1>RTSPtoWeb WebRTC example</h1>
<input type="hidden" name="webrtc-url" id="webrtc-url"
value="http://localhost:8083/stream/demo/channel/0/webrtc">
<video id="webrtc-video" autoplay muted playsinline controls
style="max-width: 100%; max-height: 100%;"></video>
<script src="main.js"></script>
</body>
</html>