Skip to content

Instantly share code, notes, and snippets.

@MarkBennett
Created August 19, 2014 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarkBennett/d180fe677233f334c605 to your computer and use it in GitHub Desktop.
Save MarkBennett/d180fe677233f334c605 to your computer and use it in GitHub Desktop.
Chromecast Demo
<html>
<body>
<script src="//www.gstatic.com/cast/sdk/libs/receiver/2.0.0/cast_receiver.js"></script>
<script>
(function() {
}());
</script>
</body>
</html>
<h1>Test</h1>
<html>
<body>
<script type="text/javascript" src="https://www.gstatic.com/cv/js/sender/v1/cast_sender.js"></script>
<script>
(function() {
}());
</script>
</body>
</html>
<h1>Test</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment