-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Unfortunately, SSH is a TCP based protocol. RTP is a UDP based protocol and with good reason - packet loss is fine and expected (Opus has packet loss concealment and forward error correction, both of which are made use of for OpenOB). So you need a UDP based tunnel, which basically means a VPN or something similar.
Cheers, James Harrison On 25/10/2012 00:11, Cowboy wrote: > On Tuesday 23 October 2012 04:10:10 am James Harrison wrote: >> Since most outside broadcasts want talkback functionality anyway, I want >> to implement firewall/NAT tunneling to get around the same problem on >> the transmitter end (because you need an audio link from RX to TX for >> talkback), which essentially involves the transmitter punching a tunnel >> to the receiver that the receiver then passes audio over. > > ssh > Read up on the -L option. ( port redirection ) > You can send most anything via the encrypted channel, both ways, > and need only one open port on one end to initiate the connection. > I use it all the time for other purposes. > > You don't even need a static IP, but you do need a domain name > that can track dynamic DNS in that case. > -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlCKRHoACgkQ22kkGnnJQAySTgCgnT5JJNEdchuZmm+UpR65//pI vdcAmwX37UDLuZbKGF6l1RyuVaapHwHN =oCS5 -----END PGP SIGNATURE----- _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
