Raymond Chen wrote:
Take a look at README.remote in rtpproxy directory.
There is one thing need
to watch out, do not use "udp:" as it mentioned in README.remote, example
"rtpproxy -s <interface ip>:<port>". Unfortunately, it can't
do both unix
sock and ip address and port in the same server.
Yes, it can't, but you can simply start two rtpproxies on the same
machine - one will listen at unix socket and another one on udp port.
-Maxim