Scroll to navigation

opusrtp(1) opus-tools opusrtp(1)

NAME

opusrtp - encapsulate Opus audio in RTP

SYNOPSIS

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

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.

OPTIONS

Print help message
Display version information
Suppresses program output
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.

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.

SEE ALSO

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

2012-08-31 Xiph.Org Foundation