<div>Hi guys,</div>
<div> </div>
<div>I am in a project of SIP phone software that choose gstreamer to handle media streams. I have launched a server bin to send RTP streams to the remote party, and also a player bin to receive, decode, and display the streams from the remote party.
</div>
<div> </div>
<div>Now I have a problem, for NAT traversal issue I have to set the source port in udpsink by myself(set to be the port of the remote party). </div>
<div>But seems that udpsink does not have a property like this to let me do"udpsink srcport=6000" or something.</div>
<div> </div>
<div>So where can I set the source port in the source code of udpsink? </div>
<div> </div>
<div>Any suggestion will be highly appreciated, thanks in advance.</div>
<div> </div>
<div>Regards,</div>
<div>--J.Yang</div>
<div> </div>