Files
scrypted/plugins/google-device-access/docs/cast.html
Koushik Dutta a46b2811ed initial commit
2021-08-24 21:22:41 -07:00

13 lines
353 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 src='cast.js'></script>
</head>
<body>
<video id='media' width="100%" height="100%" class="castMediaElement" playsinline autoplay></video>
</body>
</html>