Add DTX and precise bitrate
This commit is contained in:
parent
0b0511848e
commit
2d6d3e82f9
1 changed files with 1 additions and 1 deletions
|
@ -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" ! \
|
||||
|
|
Loading…
Reference in a new issue