Find a file
2020-07-30 15:26:22 +02:00
src Black screening works 2020-07-30 15:26:22 +02:00
.gitignore Initial commit 2020-05-10 14:50:55 +02:00
Cargo.lock Initial commit 2020-05-10 14:50:55 +02:00
Cargo.toml Initial commit 2020-05-10 14:50:55 +02:00
README.md Added readme 2020-05-10 15:01:08 +02:00

stream-screen

Wrapper around wf-recorder and ffmpeg that automatically switches the screen being recorded based on current window focus. Works with sway.

Installation

  1. Make sure you're running sway
  2. Install wf-recorder and ffmpeg
  3. Install the rust toolchain
  4. Clone this repo
  5. cargo install --path . --root ~/.local

Usage

See --help. If there are no screens available for streaming, a black screen will be shown instead.