We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0334f01 commit 698493cCopy full SHA for 698493c
1 file changed
README.md
@@ -45,14 +45,14 @@ Install `ffmpeg`:
45
sudo apt install ffmpeg
46
```
47
48
-To transmit system audio, use the provided startup script **StartFFmpegTransmitter.sh**:
+To transmit system audio, use the provided startup script **ffmpeg_transmitter.sh**:
49
50
1. Edit the script and replace the IP address with the address of your receiver.
51
2. Set the port number to match the configuration on the receiver.
52
3. Make the script executable:
53
54
```bash
55
-chmod +x StartFFmpegTransmitter.sh
+chmod +x ffmpeg_transmitter.sh
56
57
58
4. Save the file, place it on the desktop, and start it with a double-click.
0 commit comments