summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Burakov <mburakov@mailbox.org>2024-05-26 12:17:35 +0200
committerMikhail Burakov <mburakov@mailbox.org>2024-05-26 12:17:35 +0200
commit15377d5ca4a5283d53b2d5373fa15e4374735bf4 (patch)
treeb878d4ee0bffd100e7ac0ca48ff925df4688f496
parent11f6bb31e82ecda8d8fcc6d2f936883a086b2df3 (diff)
Add missing information to READMEv7v6
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f60ee19..df716f2 100644
--- a/README.md
+++ b/README.md
@@ -41,9 +41,9 @@ Streamer requires read-write access to the uhid device and a read access to fram
sudo ./streamer 1337
```
-In case you go with Wayland capturing (and you built with Wayland support), run as an unprevileged user. Make sure you have the read-write permissions on uhid device. I.e. add the user to the input group, and make sure it has read-write permissions on uhid. The latter could be achieved by adding the following snippet to `/etc/udev/rules.d`:
+In case you go with Wayland capturing (and you built with Wayland support), run as an unprevileged user. Make sure you have the read-write permissions on uhid device. I.e. add the user to the input group, and make sure it has read-write permissions on uhid. The latter could be achieved by adding the following snippet to `/etc/udev/rules.d/99-streamer-input.rules`:
```
-TBD
+KERNEL=="uhid", GROUP="input", MODE="0660"
```
If you want to capture audio (and you built with Pipewire support), provide audio channels configuration on the commandline. You must specify sample rate and the channels layout, i.e.: