rtptools icon indicating copy to clipboard operation
rtptools copied to clipboard

connect: Address family not supported by protocol family

Open mattwilliamson opened this issue 5 years ago • 2 comments

On OS X. Seems to compile fine, but getting the following error:

matt$ cat ~/Desktop/call-in.rtpdump | ./rtpplay 
connect: Address family not supported by protocol family

mattwilliamson avatar Sep 03 '19 02:09 mattwilliamson

The rtpplay requires destination_ip_or_name/port as the minimal option. Do you mind specifying where to send the packets?

mcd500 avatar Sep 03 '19 14:09 mcd500

The rtpplay requires destination_ip_or_name/port as the minimal option. Do you mind specifying where to send the packets?

Yep, specifying the destination name and ip worked for me on macOS.

cat call.rtp | rtpplay -v localhost/60000

ceaglest avatar Feb 09 '21 02:02 ceaglest