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 ! \
|
audioresample ! \
|
||||||
opusenc audio-type=voice inband-fec=FALSE frame-size=20 ! \
|
opusenc audio-type=voice inband-fec=FALSE frame-size=20 ! \
|
||||||
rtpopuspay ! \
|
rtpopuspay ! \
|
||||||
udpsink host=$TARGET port=5000 async=FALSE
|
udpsink host=$TARGET port=5000 async=FALSE \
|
||||||
udpsrc port=5000 caps="application/x-rtp" ! \
|
udpsrc port=5000 caps="application/x-rtp" ! \
|
||||||
rtpjitterbuffer do-lost=TRUE do-retransmission=FALSE ! \
|
rtpjitterbuffer do-lost=TRUE do-retransmission=FALSE ! \
|
||||||
rtpopusdepay ! \
|
rtpopusdepay ! \
|
||||||
opusdec plc=TRUE use-inband-fec=FALSE ! \
|
opusdec plc=TRUE use-inband-fec=FALSE ! \
|
||||||
audioresample ! \
|
audioresample ! \
|
||||||
autoaudiosink \
|
autoaudiosink
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue