diff --git a/README.md b/README.md index 404d69b..b46edf7 100644 --- a/README.md +++ b/README.md @@ -260,11 +260,11 @@ gst-launch-1.0 \ audioresample ! \ opusenc audio-type=voice inband-fec=FALSE frame-size=20 ! \ rtpopuspay ! \ - udpsink host=$TARGET port=5000 async=FALSE + udpsink host=$TARGET port=5000 async=FALSE \ udpsrc port=5000 caps="application/x-rtp" ! \ rtpjitterbuffer do-lost=TRUE do-retransmission=FALSE ! \ rtpopusdepay ! \ opusdec plc=TRUE use-inband-fec=FALSE ! \ audioresample ! \ - autoaudiosink \ + autoaudiosink ```