Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connect: Address family not supported by protocol family #133

Open
mattwilliamson opened this issue Sep 3, 2019 · 2 comments
Open

connect: Address family not supported by protocol family #133

mattwilliamson opened this issue Sep 3, 2019 · 2 comments

Comments

@mattwilliamson
Copy link

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

@mcd500
Copy link
Contributor

mcd500 commented Sep 3, 2019

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

@ceaglest
Copy link

ceaglest commented Feb 9, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants