gstreamer pipeline
This commit is contained in:
parent
68d830c967
commit
5741b1893d
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -252,4 +252,18 @@ gst-launch-1.0 \
|
||||||
rtpopusdepay ! \
|
rtpopusdepay ! \
|
||||||
opusdec plc=true use-inband-fec=false ! \
|
opusdec plc=true use-inband-fec=false ! \
|
||||||
pulsesink
|
pulsesink
|
||||||
|
|
||||||
|
# both sides with echo cancellation
|
||||||
|
export TARGET=192.168.1.1
|
||||||
|
gst-launch-1.0 \
|
||||||
|
pulsesrc ! \
|
||||||
|
audioconvert ! \
|
||||||
|
opusenc audio-type=voice inband-fec=false frame-size=20 ! \
|
||||||
|
rtpopuspay ! \
|
||||||
|
udpsink host=$TARGET port=5000 \
|
||||||
|
udpsrc port=5000 caps="application/x-rtp" ! \
|
||||||
|
rtpjitterbuffer do-lost=true do-retransmission=false ! \
|
||||||
|
rtpopusdepay ! \
|
||||||
|
opusdec plc=true use-inband-fec=false ! \
|
||||||
|
pulsesink
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue