Ok, looks like for the n-th time I just replied to the sender instead of the mailing list.. 2010/12/19 Marco Ballesio <gibrovacco at gmail.com>: > Hi, > > On Sat, Dec 4, 2010 at 10:59 AM, <AlbertYu at itri.org.tw> wrote: >> Dear, >> >> I design a rtsp client player using gst-plugin-good, >> >> but I using "rtpdec" replace "rtpbin", >> >> my client could receive "sender report" from server, >> >> but could not send "receive report" to the server. >> >> I try using "rtpbin" , and it could do both receive/send actions. >> >> How could I send "receive report" to the server when I using "rtpdec" ? >> > > similarly to what happens in gstrtpbin, you must use the same value > for <id> when connecting the pads rtcp_src_<id> and > recv_rtp_src_<id>_<ssrc>_<pt>. This way the gstrtpsession element > within the rtpdec will send RTCP packets (likely one each 5 seconds) > to the udpsink where you connected rtcp_src_<id>. > > Regards > >> regards, >> >> Albert >> >> ???????????????????????????????????????????? >> This email may contain confidential information. Please do not use or >> disclose it in any way and delete it if you are not the intended recipient. >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Gstreamer-embedded mailing list >> Gstreamer-embedded at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded >> >> >