opus-tools icon indicating copy to clipboard operation
opus-tools copied to clipboard

Produce RTP stream and dump it directly to a `.pcap` file

Open vadimkantorov opened this issue 1 year ago • 0 comments

IIUC, currently opusrtp only can broadcast the packets into a TCP socket, right?

Is it possible to save it to disk / broadcast them to a Linux pipe/file stream instead? Or maybe does opus_demo / opusenc / opusrtp already support it? Related to:

  • https://github.com/xiph/opus-tools/pull/46
  • https://github.com/xiph/opus-tools/pull/64

This is useful for RTP testing purposes / checking the produced bit stream. The idea would be to test how DTX impl + RTP allows to save disk space for audios with a lot of silence.

Thanks :)

vadimkantorov avatar Dec 19 '23 11:12 vadimkantorov