Files
scrypted/docs/plugins/google-home/cast-receiver/index.html

13 lines
367 B
HTML

<html>
<head>
<script type="text/javascript"
src="//www.gstatic.com/cast/sdk/libs/caf_receiver/v3/cast_receiver_framework.js">
</script>
<script src='engine.io.js'></script>
<script type="module" src='cast.js'></script>
</head>
<body>
<video id='media' width="100%" height="100%" class="castMediaElement" playsinline autoplay></video>
</body>
</html>