Encapsulate opus audio in rtp
opusrtp [ -hV ] [ --sniff ] file.opus [ file2.opus ... ]
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.
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.
Ralph Giles <[email protected]>
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.