diff options
author | Mikhail Burakov <mburakov@mailbox.org> | 2024-05-26 12:17:35 +0200 |
---|---|---|
committer | Mikhail Burakov <mburakov@mailbox.org> | 2024-05-26 12:17:35 +0200 |
commit | 15377d5ca4a5283d53b2d5373fa15e4374735bf4 (patch) | |
tree | b878d4ee0bffd100e7ac0ca48ff925df4688f496 | |
parent | 11f6bb31e82ecda8d8fcc6d2f936883a086b2df3 (diff) |
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.: |