Browse Source

TT#14008 better logging for send_timer

Change-Id: Id3b7463c0e8cfc4e8b32adfebbbfc37e4bca52d7
pull/1218/head
Richard Fuchs 5 years ago
parent
commit
c1c80da0c7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      daemon/media_player.c

+ 2
- 0
daemon/media_player.c View File

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


Loading…
Cancel
Save