diff --git a/daemon/codec.c b/daemon/codec.c index 5f710b8a9..91852e416 100644 --- a/daemon/codec.c +++ b/daemon/codec.c @@ -2408,6 +2408,8 @@ void codec_output_rtp(struct media_packet *mp, struct codec_scheduler *csch, long long ts_diff_us = 0; + gettimeofday(&rtpe_now, NULL); + // ignore scheduling if a sequence number was supplied. in that case we're just doing // passthrough forwarding (or are handling some other prepared RTP stream) and want // to send the packet out immediately.