[Bug 771383] rtprtxreceive: Sample pipeline uses obsolete rtx-payload-type parameter

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Sep 13 17:50:44 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=771383

--- Comment #1 from Marcin Lewandowski <marcin at saepia.net> ---
Moreover, the second pipeline

gst-launch-1.0 rtpsession name=rtpsession \
        udpsrc port=5000
caps="application/x-rtp,media=(string)audio,clock-rate=(int)44100,encoding-name=(string)SPEEX,encoding-params=(string)1,octet-align=(string)1"
! \
            rtpsession.recv_rtp_sink \
            rtpsession.recv_rtp_src ! rtprtxreceive rtx-payload-types="99" !
rtpjitterbuffer do-retransmission=true ! rtpspeexdepay ! \
            speexdec ! audioconvert ! autoaudiosink \
        rtpsession.send_rtcp_src ! udpsink host="127.0.0.1" port=5001 \
        udpsrc port=5002 ! rtpsession.recv_rtcp_sink sync=fakse async=false

throws syntax error and has a typo (sync=fakse at the end)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list