summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/documentation.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 967b89d..27fdb76 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -79,7 +79,7 @@ It will send a simple sine wave with 400~Hz to the soundbox device.
Alternatively a mp3 file can be sent like this:
\begin{verbatim}
- ffmpeg -i '/path/to/file.mp3' -acodec libmp3lame -ar 11025 \
+ ffmpeg -re -i '/path/to/file.mp3' -acodec libmp3lame -ar 11025 \
-f rtp rtp://<soundbox-ip>:5316
\end{verbatim}