Skip to content

Commit ddc563d

Browse files
committed
v1.0.12+1
1 parent bd320b3 commit ddc563d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It outputs directly to **ALSA** (also compatible with **PipeWire** via ALSA emul
1616
* Receives **stereo audio over UDP** (e.g., RTP stream) with selectable audio output: 3.5 mm jack, HDMI, USB, and more (choose one device at a time)
1717
* Direct **ALSA audio output** for minimal delay
1818
* Fully compatible with **PipeWire** via ALSA emulation
19-
* Developed in **Free Pascal** using **Codetyphon** on **Debian Bookworm**
19+
* Developed in **Free Pascal** using **Codetyphon** on **Debian Bookworm and Debian Trixie**
2020
* **No codec** → uncompressed audio, maximum quality, minimal processing delay
2121
* Supports multiple audio outputs: **3.5 mm jack, HDMI, USB, and more** (selectable in settings)
2222
* On startup, the window is visible
@@ -62,10 +62,10 @@ chmod +x ffmpeg_transmitter.sh
6262
Start the player:
6363

6464
```bash
65-
./udp_player
65+
sudo ./udp_player
6666
```
67-
68-
- The player **does not require sudo**, as the necessary capabilities (`cap_net_raw,cap_sys_nice+ep`) are set during installation.
67+
- If the receiver is **installed via the provided `.deb` package**, it can also be started conveniently via the system menu.
68+
- In this case the player **does not require sudo**, as the necessary capabilities (`cap_net_raw,cap_sys_nice+ep`) are set during installation.
6969
- On first start, it will create a **configuration file** at:
7070

7171
```

0 commit comments

Comments
 (0)