Skip to content

Commit 8884b2b

Browse files
committed
enhancement #180: update documentation
1 parent 06dd300 commit 8884b2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/RPI.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ gst-launch-1.0 webrtcsink run-signalling-server=true meta="meta,name=reachymini"
7474

7575
### Send sound to Reachy Mini
7676

77+
Send an audio RTP stream to the port 5000
78+
7779
```bash
78-
gst-launch-1.0 webrtcsink signaller::uri="ws://10.0.1.38:8443" name=ws meta="meta,name=reachymini_client" audiotestsrc ! opusenc ! audio/x-opus, rate=48000, channels=2 ! ws.
80+
gst-launch-1.0 audiotestsrc ! audioconvert ! audioresample ! opusenc ! audio/x-opus, rate=48000, channels=2 ! rtpopuspay pt=96 ! udpsink host=10.0.1.38 port=5000
7981
```
8082

8183

0 commit comments

Comments
 (0)