Created
March 19, 2015 13:38
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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