rtptools
rtptools copied to clipboard
connect: Address family not supported by protocol family
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
The rtpplay requires destination_ip_or_name/port
as the minimal option. Do you mind specifying where to send the packets?
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