opusrtp.1 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .\" Process this file with
  2. .\" groff -man -Tascii opusrtp.1
  3. .\"
  4. .TH opusrtp 1 2012-08-31 "Xiph.Org Foundation" "opus-tools"
  5. .SH NAME
  6. opusrtp \- encapsulate Opus audio in RTP
  7. .SH SYNOPSIS
  8. .B opusrtp
  9. [
  10. .B -hV
  11. ]
  12. [
  13. .B --sniff
  14. ]
  15. .B file.opus
  16. [
  17. .B file2.opus ...
  18. ]
  19. .SH DESCRIPTION
  20. .B opusrtp
  21. Demonstration tool for sending and receiving Opus audio data in RTP,
  22. used for interactive applications on the internet.
  23. By default, Opus audio from each given file is sent as an RTP stream.
  24. .SH "OPTIONS"
  25. .IP "-h, --help"
  26. Print help message
  27. .IP "-V, --version"
  28. Display version information
  29. .IP "--quiet"
  30. Suppresses program output
  31. .IP "--sniff"
  32. Sniff the network for active RTP sessions and save them to .opus
  33. files. This can be useful for debugging other Opus RTP implementations.
  34. For this function to work, the program must be run with superuser
  35. privileges.
  36. .SH AUTHORS
  37. .br
  38. Ralph Giles <giles@thaumas.net>
  39. .SH BUGS
  40. Only the sniff mode is implemented; the tool should do normal unicast
  41. and multicast send/receive.
  42. The sniff mode should allow specifying device/host/port/payload type
  43. to limit capture. All that is hard-coded.
  44. .SH SEE ALSO
  45. .BR opusdec (1),
  46. .BR opusenc (1),
  47. .BR opusinfo (1)