Skip to content

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

Grzegorz Sluja requested to merge fix_timestamp_for_incoming_media into release-6.5

We are creating RTP header for incoming RTP packets with time_stamp set based on the sub->period which is valid ptime value only for outgoing media.Incoming media packets could come with different ptime and it could be distinguished by frame->len.

Merge request reports