|
From: Marco B. <gib...@gm...> - 2010-12-19 16:56:39
|
Ok, looks like for the n-th time I just replied to the sender instead of the mailing list.. 2010/12/19 Marco Ballesio <gib...@gm...>: > Hi, > > On Sat, Dec 4, 2010 at 10:59 AM, <Alb...@it...> 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 >> Gst...@li... >> https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded >> >> > |