Skip to content

fixup! Fix RTP packet's timestamp based on the real incoming packet's lenght

Grzegorz Sluja requested to merge rtp_timestamp_fixup into devel

Use the rtp timestamp received from pjsip and send it to DSP. For some cases like playing audio file (howler tone, feature codes) frame->len and frame->ts are 0 so we need to use the old way of generating timestamp.

Merge request reports