Fix RTP packet's timestamp based on the real incoming packet's lenght
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.