1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 16:55:25 +02:00

pw-reserve, pw-v4l2: add page (#15917)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Managor 2025-03-11 08:07:20 +02:00 committed by GitHub
parent e364b551d6
commit e7e778d467
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 0 deletions

12
pages/linux/pw-reserve.md Normal file
View file

@ -0,0 +1,12 @@
# pw-reserve
> Reserve a device for PipeWire.
> More information: <https://docs.pipewire.org/page_man_pw-reserve_1.html>.
- Reserve a device (currently only supports audio devices):
`pw-reserve {{[-n|--name]}} {{audioN}}`
- Monitor a device instead of reserving it:
`pw-reserve {{[-n|--name]}} {{audioN}} {{[-m|--monitor]}}`

8
pages/linux/pw-v4l2.md Normal file
View file

@ -0,0 +1,8 @@
# pw-v4l2
> Use v4l2 programs within PipeWire.
> More information: <https://docs.pipewire.org/page_man_pw-v4l2_1.html>.
- Run a program:
`pw-v4l2 {{program}}`