Martin wrote:Correct, it's local only. if you want to stream to the net you need to connect a localhost socket and then forward to public IP socket.
This is actually out of date. Since v0.9.35 the tet server supports this. It's mentioned a single line in the release notes: --remote=bool. Starting the server from the command lie with --remote=true does the trick. Doesn't seem to be actually documented anywhere. Took me a few days to track this down after getting tired of using ssh to set up port forwarding.