Skip to content

samuelvictorino/Chromecast-Sharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chromecast-Sharp

C# wrapper for Google Chromecast libraries (currently using version 1.0.9) and a basic example.

To use the example app, do the following:

  1. On your test server (the machine that will serve up your Receiver page), claim a static IP (can be an internal address, just not localhost) or a DNS entry. You'll be giving this to Google during the Chromecast registration process.
  2. Register your Chromecast for whitelisting and get an Application ID for your IP/DNS from step #1 + the path to rcvr/receiver.html (for example http://172.16.1.102/rcvr/receiver.html)
  3. Serve the rcvr/receiver.html page on port 80 ('sudo python -m SimpleHTTPServer 80' from this root directory)
  4. Replace the occurences of YOUR_APPID_HERE with the Application ID that you got when reigstering your Chromecast in step 2.
  5. Run the app and see the magic.

About

Hold all the Chromecast C# wrappers and example code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.4%
  • HTML 3.6%