3d-gaussian-splatting
3d-gaussian-splatting copied to clipboard
How to display the visergui results of remote machines on Mac?
──────────────── 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
the host setting seems to be configured with viser https://viser.studio/server/
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.