We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 text was updated successfully, but these errors were encountered:
The rtpplay requires destination_ip_or_name/port as the minimal option. Do you mind specifying where to send the packets?
destination_ip_or_name/port
Sorry, something went wrong.
Yep, specifying the destination name and ip worked for me on macOS.
cat call.rtp | rtpplay -v localhost/60000
No branches or pull requests
On OS X. Seems to compile fine, but getting the following error:
The text was updated successfully, but these errors were encountered: