- Is the opus_decoder expect Opus frames on Ogg or another container?
- Is the raw_opus_decoder expecting me to manually extract the frame size, bitrate, etc. from the TOC byte at the start of the RTP frame? Can this decoder adjust to dynamic changes to bitrate mid-stream?
I've also had the whole setup working ok using 78/esp-opus managed component, as this claimed support for RTP-style Opus frames and I can confirm this works if I just use this codec at the point of receiving RTP frames, and just read the decoded PCM into the pipeline.