From 7266eff7c95c08fc02cb9eb697a90da1acfc96ea Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 27 Sep 2019 14:41:37 +0200 Subject: [PATCH] Fix pipeline --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```