Skip to content

Commit 698493c

Browse files
authored
Rename startup script from StartFFmpegTransmitter.sh to ffmpeg_transmitter.sh
1 parent 0334f01 commit 698493c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ Install `ffmpeg`:
4545
sudo apt install ffmpeg
4646
```
4747

48-
To transmit system audio, use the provided startup script **StartFFmpegTransmitter.sh**:
48+
To transmit system audio, use the provided startup script **ffmpeg_transmitter.sh**:
4949

5050
1. Edit the script and replace the IP address with the address of your receiver.
5151
2. Set the port number to match the configuration on the receiver.
5252
3. Make the script executable:
5353

5454
```bash
55-
chmod +x StartFFmpegTransmitter.sh
55+
chmod +x ffmpeg_transmitter.sh
5656
```
5757

5858
4. Save the file, place it on the desktop, and start it with a double-click.

0 commit comments

Comments
 (0)