Hi,
The sample pipeline to send opus from a file is not working :
Using : " --send-pipeline="filesrc location=sample.opus ! queue ! oggdemux name=audio "
Return this error :
Error: Failed to link elements 'audio' and 'rtpopuspay0'
If we add an encoding step it works fine but it uses more CPU :(
–send-pipeline=“filesrc location=/media/sample3.opus ! queue ! oggdemux ! opusdec ! audioconvert ! audioresample ! opusenc name=audio”