Stream setup/installing Cloudflared

The stream allows the macro to stream your screen in real-time through a link. This lets you watch your macro from other devices, such as your phone while you are away.

Downloading Dependencies

  1. Download homebrew

  2. Open a new terminal, and run both commands (only one of them will work)

/opt/homebrew/bin/brew install cloudflared
/usr/local/Homebrew/bin/brew install cloudflared

Enable stream setting In your macro GUI, under config -> stream, check the "enable stream" option

Getting the stream link When you start the macro, it will start the stream. Once the stream is ready, it'll send the link via the Webhook

Last updated