webRTC-to-stream/static/index.html2

11 lines
257 B
Plaintext
Raw Normal View History

2018-05-28 18:33:58 +00:00
<html>
<head>
<title>webRTC to stream</title>
</head>
<body>
<video style="width: 100%; height: 100%;" id="videoPlayer" controls>
<source src="https://kurento.fishrungames.com/video" type="video/webm">
</video>
</body>
</html>