-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
castnow picks up wrong IP address #56
Comments
Very nice idea :) |
Another (possibly simpler) solution, is to bind the webserver to ip 0.0.0.0 which corresponds to all known IP addresses .. Usually bad for security, but in this case, I guess the convenience beats being too pedantic on security .. Guess that would work no? |
Chromecast also needs to know your IP since it's fetching the video data from your computer. |
Agreed 👍 |
I use vmware on OSX and castnow is still picking up the VM's interfaces, even though their ip's begin with 172.16 and my real machine's ip is 192.168 |
Hi there ! It's because internal-ip returns the last ip address instead ot the primary network interface address. I fixed it with this: Could not test it on Windows or MacOS |
My machine has multiple IP addresses (I've got virtualization software installed). I noticed castnow picks up the wrong IP address, thus initially it was never working for me .. I noticed that if I pass the --myip parameter, it does work (and it's awesome)
castnow should automatically pick the IP address that falls within the network of the chromecast device.
The text was updated successfully, but these errors were encountered: