Skip to content

Instantly share code, notes, and snippets.

@erichexter
Created March 19, 2015 13:38
Show Gist options
  • Save erichexter/8f7c6b1d21102b2234a9 to your computer and use it in GitHub Desktop.
Save erichexter/8f7c6b1d21102b2234a9 to your computer and use it in GitHub Desktop.
calling chrome with a new instance to stream to multiple chrome-casts simultaneously.
use the user-data-dir to create a new instance of chrome that will can stream to a chromecast, once you start up this instance the first time, you need to install the chromecast extension.
Launch this app and then start casting.
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --user-data-dir=c:\temp\chrome1 url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment