<div dir="ltr">Hi Team,<div><br></div><div>I built an application for Apple/MAC to control a radio remotely.  I chose gstreamer as the audio streaming infrastructure.  It works great with low latency, etc.  Now, however, I'd like to get it working where I can be remote (ie outside of my private home network.).  The "server side" (connected to the radio on my private network) uses rtpL16pay through rtpjitterbuffer to the remote client using rtpL17depay similarly.  Basically it just spits out UDP RTP packets on port 5000 to whatever remote host I choose.</div><div><br></div><div><font face="monospace">           gstreamer    Typ. Home      Public  Private      gstreamer</font></div><div><font face="monospace">[radio] -- [Server] -- [NAT Router] -- [I'net] -- [NAT] -- [Client PC]</font></div><div><br></div><div>However, to the best of my knowledge, this is not routable over the public Internet through my NAT router.  The basic problem is that I'd need to configure port forwarding on the remote side for this to work, and when you're sitting in a hotel somewhere, that option doesn't exist.</div><div><br></div><div>I'm figuring I'd need to connect in from a remote location to a "server" element on my private lan (using port forwarding) and then somehow tunnel the RTP audio back to me through some type of RTP-compatible tunnel.</div><div><br></div><div>Does anyone know of a solution to this?  I'm pretty handy - pointed in the right direction, I can figure things out, but I'm not sure what direction to go.</div><div><br></div><div>Any advice would be appreciated.</div><div><br></div><div>Thanks!</div><div><br></div><div>Chris</div><div>73 de K1AY</div></div>