Fix pipeline

This commit is contained in:
Quentin 2019-09-27 14:41:37 +02:00
parent 1d71699761
commit 7266eff7c9

View file

@ -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
``` ```