Add DTX and precise bitrate

This commit is contained in:
Quentin 2019-09-27 17:14:10 +02:00
parent 0b0511848e
commit 2d6d3e82f9

View file

@ -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" ! \