Updated name and README
This commit is contained in:
parent
25ca77c69b
commit
6319b9245d
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "stream-screen"
|
name = "wlstreamer"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Benjamin Bädorf <hello@benjaminbaedorf.eu>"]
|
authors = ["Benjamin Bädorf <hello@benjaminbaedorf.eu>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
|
@ -5,10 +5,11 @@ Wrapper around `wf-recorder` and `ffmpeg` that automatically switches the screen
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Make sure you're running sway
|
1. Make sure you're running sway
|
||||||
2. Install `wf-recorder` and `ffmpeg`
|
2. Install `wf-recorder`, `v4l2loopback` and `ffmpeg`
|
||||||
3. Install the rust toolchain
|
3. Load the `v4l2loopback` kernel module
|
||||||
4. Clone this repo
|
4. Install the rust toolchain
|
||||||
5. `cargo install --path . --root ~/.local`
|
5. Clone this repo
|
||||||
|
6. `cargo install --path . --root ~/.local`
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue