Initial screen/tab casting implementation

This commit is contained in:
hensm
2018-06-15 15:55:16 +01:00
parent 8e3992da92
commit e98639a076
10 changed files with 345 additions and 30 deletions

10
receiver/index.html Normal file
View File

@@ -0,0 +1,10 @@
<html>
<head>
<script src="//www.gstatic.com/cast/sdk/libs/receiver/2.0.0/cast_receiver.js"></script>
<link rel="stylesheet" href="index.css">
</head>
<body>
<video id="media" autoplay></video>
<script src="index.js"></script>
</body>
</html>