logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

opusrtp - encapsulate Opus audio in RTP

Authors

       Ralph Giles <giles@thaumas.net>

Bugs

       Only the sniff mode is implemented; the tool should do normal unicast and multicast send/receive.

       The  sniff mode should allow specifying device/host/port/payload type to limit capture. All that is hard-
       coded.

Description

opusrtp  Demonstration  tool  for  sending  and  receiving  Opus  audio data in RTP, used for interactive
       applications on the internet.

       By default, Opus audio from each given file is sent as an RTP stream.

Name

       opusrtp - encapsulate Opus audio in RTP

Options

       -h, --help
              Print help message

       -V, --version
              Display version information

       --quiet
              Suppresses program output

       --sniff
              Sniff the network for active RTP sessions and save them to .opus files. This  can  be  useful  for
              debugging other Opus RTP implementations.  For this function to work, the program must be run with
              superuser privileges.

See Also

opusdec(1), opusenc(1), opusinfo(1)

Xiph.Org Foundation                                2012-08-31                                         opusrtp(1)

Synopsis

opusrtp [ -hV ] [ --sniff ] file.opus [ file2.opus...  ]

See Also