diff --git a/README.md b/README.md index a91bcec..d56703e 100644 --- a/README.md +++ b/README.md @@ -228,3 +228,8 @@ docker run \ ``` 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 +```