HomeTutorials › Upstream & Remote
Upstream & Remote

Subscribing to a Remote Share

#096 0:15 Part of the Rysh video series

Discover what your teammates are sharing, then subscribe to watch it live.

Subscribing to a Remote Share — 0:15 walkthrough

What you'll see

  1. Launch rysh connected to a workspace and double-Escape into rysh mode.
  2. ##upstream list-remote queries the server for every share in the workspace.
  3. ##upstream subscribe abc123 view -- a RemoteShareListenerActor pipes the share's output into the local pane.
  4. ##upstream my-shares reflects connections plus anything you publish.
  5. ##upstream unsubscribe stops 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.