TT#14008 better logging for send_timer

Change-Id: Id3b7463c0e8cfc4e8b32adfebbbfc37e4bca52d7
pull/1218/head
Richard Fuchs 5 years ago
parent 083ae4c37f
commit c1c80da0c7

@ -182,6 +182,8 @@ static void __send_timer_send_common(struct send_timer *st, struct codec_packet
if (!st->sink->selected_sfd)
goto out;
log_info_stream_fd(st->sink->selected_sfd);
struct rtp_header *rh = cp->rtp;
if (rh)
ilog(LOG_DEBUG, "Forward to sink endpoint: %s%s:%d%s (RTP seq %u TS %u)",

Loading…
Cancel
Save