3d-gaussian-splatting icon indicating copy to clipboard operation
3d-gaussian-splatting copied to clipboard

How to display the visergui results of remote machines on Mac?

Open zhouilu opened this issue 2 years ago • 2 comments

──────────────── viser ────────────────╮ │ ╷ │ │ HTTP │ http://127.0.0.1:6789 │ │ Websocket │ ws://127.0.0.1:6789 │ │ ╵ │ ╰───────────────────────────────────────╯ This is viser result log, but i want to display on mac

zhouilu avatar Aug 31 '23 03:08 zhouilu

the host setting seems to be configured with viser https://viser.studio/server/

chris-aeviator avatar Sep 27 '23 16:09 chris-aeviator

A little bit late, but for this kind of thing I usually just use SSH port forwarding:

ssh user@server -L 6789:127.0.0.1:6789

127.0.0.1:6789 on the local machine will then point to 127.0.0.1:6789 on the remote machine.

brentyi avatar Oct 26 '23 04:10 brentyi