On 22.10.2012 09:50, Juha Heinanen wrote:
rtpproxy module readme gives impression that udp transport is the only possibility:
4.1. rtpproxy_sock (string)
Definition of socket(s) used to connect to (a set) RTPProxy. It may specify a UNIX socket or an IPv4/IPv6 UDP socket.
if that is the case, what is the justification for it, i.e, why is tcp (and better yet tls) transport not supported?
Probably because nobody implemented it yet - and SIP proxy and rtpproxy are usually "close" to each other. If you need communication via the Internet (e.g. for remote RTP proxies) you could IPsec as a workaround.
regards Klaus