You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. ?
The text was updated successfully, but these errors were encountered:
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.
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. ?
The text was updated successfully, but these errors were encountered: