最終更新:2023-08-29 (火) 07:33:10 (244d)  

opusrtp
Top / opusrtp

transmit or receive an Opus audio RTP stream

https://www.opus-codec.org/docs/opus-tools/opusrtp.html

概要

  • opusrtp is an experimental tool to transmit and receive Opus audio RTP streams, used for interactive applications on the internet.

依存

help

  • Usage: opusrtp [--extract file.pcap] [--sniff] <file.opus> [<file2.opus>]
    
    Sends and receives Opus audio RTP streams.
    
    General Options:
     -h, --help           This help
     -V, --version        Version information
     -q, --quiet          Suppress status output
     -d, --destination    Destination address (default 127.0.0.1)
     -p, --port           Destination port (default 1234)
     --sniff              Sniff and record Opus RTP streams
     -e, --extract        Extract from input pcap file (default input.pcap)
    
    By default, the given file(s) will be sent over RTP.