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.
19 lines
479 B
HTML
19 lines
479 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>RTSPtoWeb MSE example</title>
|
|
</head>
|
|
<body>
|
|
<h1>RTSPtoWeb MSE example</h1>
|
|
|
|
<input type="hidden" name="mse-url" id="mse-url"
|
|
value="ws://localhost:8083/stream/demo/channel/0/mse?uuid=demo&channel=0">
|
|
|
|
<video id="mse-video" autoplay muted playsinline controls
|
|
style="max-width: 100%; max-height: 100%;"></video>
|
|
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html>
|