Broken pipeline but still...

This commit is contained in:
Quentin 2019-09-26 18:14:59 +02:00
parent 1d82b8bf54
commit 441bf83c6c

View file

@ -228,3 +228,8 @@ docker run \
``` ```
http://gstreamer-devel.966125.n4.nabble.com/Need-help-with-using-OPUS-over-RTP-td4661409.html http://gstreamer-devel.966125.n4.nabble.com/Need-help-with-using-OPUS-over-RTP-td4661409.html
```
gst-launch-1.0 pulsesrc ! audioconvert ! opusenc ! rtpopuspay ! udpsink host=127.0.0.1 port=5000
gst-launch-1.0 udpsrc port=5000 ! rtpopusdepay ! opusdec ! pulsesink
```