Skip to content

Commit 6a12027

Browse files
committed
Update deps in README
1 parent 254fed9 commit 6a12027

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,22 @@ AirPlay screen mirroring sender for Linux. Streams your desktop to an Apple TV u
1919

2020
- Go 1.23+
2121
- GStreamer 1.0 (with plugins-base, plugins-good, plugins-bad, plugins-ugly, libav)
22+
- PulseAudio utilities (`pactl`; `pulseaudio-utils` on Ubuntu/Debian or the equivalent package on other distributions)
2223
- PipeWire (Wayland) or X11 for screen capture
2324

2425
### Ubuntu/Debian
2526

2627
```sh
2728
sudo apt install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
2829
gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad \
29-
gstreamer1.0-plugins-ugly gstreamer1.0-libav
30+
gstreamer1.0-plugins-ugly gstreamer1.0-libav pulseaudio-utils
3031
```
3132

3233
### Arch Linux
3334

3435
```sh
3536
sudo pacman -S gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad \
36-
gst-plugins-ugly gst-libav
37+
gst-plugins-ugly gst-libav libpulse
3738
```
3839

3940
You can also install from the AUR:

0 commit comments

Comments
 (0)