From 2d6d3e82f9dde77866a032e063b384983fab146d Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 27 Sep 2019 17:14:10 +0200 Subject: [PATCH] Add DTX and precise bitrate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ! \