diff --git a/README.md b/README.md index c6830f1..9fc1a81 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ gst-launch-1.0 \ webrtcdsp ! \ queue ! \ audioresample ! \ - opusenc audio-type=voice inband-fec=FALSE frame-size=20 ! \ + opusenc audio-type=voice inband-fec=FALSE frame-size=20 bitrate=64000 dtx=TRUE ! \ rtpopuspay ! \ udpsink host=$TARGET port=5000 async=FALSE \ udpsrc port=5000 caps="application/x-rtp" ! \