11 lines
257 B
Plaintext
11 lines
257 B
Plaintext
<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>
|