Subscribing to a Remote Share
Discover what your teammates are sharing, then subscribe to watch it live.
What you'll see
- Launch
ryshconnected to a workspace and double-Escape into rysh mode. ##upstream list-remotequeries the server for every share in the workspace.##upstream subscribe abc123 view-- a RemoteShareListenerActor pipes the share's output into the local pane.##upstream my-sharesreflects connections plus anything you publish.##upstream unsubscribestops the stream and tears down the listener.
Commands shown
rysh
##upstream list-remote
##upstream subscribe abc123 view
##upstream my-shares
##upstream unsubscribe
Keys used
EnterEscape
Transcript
0:00Discover what your teammates are sharing, then subscribe to watch it live.
0:03Start rysh connected to your workspace and double-Escape into rysh mode.
0:18Pick a share ID and ##upstream subscribe with view or control. A RemoteShareListenerActor pipes its output into your pane.
0:36Done watching? ##upstream unsubscribe stops the stream and tears down the listener.
0:42List, subscribe, unsubscribe -- the full remote-viewing loop.
Key takeaway
##upstream list-remote, subscribe <shareID> [view|control], my-shares, and unsubscribe form the remote-viewing loop, backed by the RemoteShareListenerActor.