I have a question about ZenStreaming.

Hello, everyone.
I’m trying to use ZenStreaming.
Here’s how I understand the setup, please let me know if I’m wrong.

When I cook the project, the cooked data is output to the ZenRemoteServer, and then some users run the staging .exe file.
After that, ZenStreaming starts using the ZenRemoteServer info from ue.projectstore.

However, I can’t figure out how to set the hostname and remotehostnames values properly.
When I check the log during cooking:
ZenStoreconnection
It only connects to localhost.

Here’s my current ue.projectstore configuration:

{
	"zenserver":
	{
		"islocalhost": true,
		"hostname": "localhost",
		"remotehostnames": [
			"10.3.1.60"
		],
		"hostport": 8558,
		"projectid": "SixMan.ca2c3cf5",
		"oplogid": "Windows"
	}
}

One last thing, Is ZenStreaming still an experimental feature, or is it officially supported for production use?

Best Regards,
GooGoo