Hi All,
Reaching out to you for some Guidance on Gstreamer Pipeling tuning.I have a Java FFM based Gstreamer Application.
Purpose of the pipeline is , Transcode RTP (PCMU) → PCM-16.
Elements of pipeline are , UDPSRC->Capfilter->Rtpbin->Depay → Decode->audioConvert(optional)->AudioResample(optional)->AudioRate(optional)->CAPFilter->UDPSINK
From CPU usage I can see , rtpjitterbuffer and udpsrc taking most of the CPU .
Do you have any suggestion for tuning the pipeline?