Fix pipeline
This commit is contained in:
parent
1d71699761
commit
7266eff7c9
1 changed files with 2 additions and 2 deletions
|
@ -260,11 +260,11 @@ gst-launch-1.0 \
|
|||
audioresample ! \
|
||||
opusenc audio-type=voice inband-fec=FALSE frame-size=20 ! \
|
||||
rtpopuspay ! \
|
||||
udpsink host=$TARGET port=5000 async=FALSE
|
||||
udpsink host=$TARGET port=5000 async=FALSE \
|
||||
udpsrc port=5000 caps="application/x-rtp" ! \
|
||||
rtpjitterbuffer do-lost=TRUE do-retransmission=FALSE ! \
|
||||
rtpopusdepay ! \
|
||||
opusdec plc=TRUE use-inband-fec=FALSE ! \
|
||||
audioresample ! \
|
||||
autoaudiosink \
|
||||
autoaudiosink
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue