Skip to content
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

just a quick question about networking and this program... #156

Open
jamieduk opened this issue Nov 19, 2024 · 1 comment
Open

just a quick question about networking and this program... #156

jamieduk opened this issue Nov 19, 2024 · 1 comment

Comments

@jamieduk
Copy link

Just a quick one, will this serve to multiple networks for example 0.0.0.0 as i see it works locally but remotely im trying to get it to stream via tor network as i on mobile network so have no router if not is there a way to make it work for all networks at the same time ie 0.0.0.0. ?

@dheijl
Copy link
Owner

dheijl commented Nov 19, 2024

As it is now the ssdp discovery will only work on the local network that is connected to the internet by default. And the http server listens on that same address.
But you can specify any interface in the GUI or in the CLI.
The current code will not work with 0.0.0.0, as it's not available as a valid network interface in the GUI.
The CLI will also not accept 0.0.0.0 as interface, even in serve (-x) mode. It checks the ip address against the available interfaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants