Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Send the receiver report with the udp connection, using the peer info…
…rmation
  • Loading branch information
Glandos authored and perexg committed Jun 2, 2015
1 parent fb7f7c2 commit 8a4c8ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/input/mpegts/iptv/iptv_rtcp.c
Expand Up @@ -242,8 +242,9 @@ rtcp_append_rr(sbuf_t *buffer, rtcp_t *packet)
static void
rtcp_send(iptv_rtcp_info_t *info, sbuf_t *buffer)
{
tvhlog(LOG_DEBUG, "rtsp", "Sending receiver report");
// We don't care of the result right now
udp_write(info->connection, buffer->sb_data, buffer->sb_ptr, NULL);
udp_write(info->connection, buffer->sb_data, buffer->sb_ptr, & info->connection->peer);
}

/*
Expand Down

0 comments on commit 8a4c8ce

Please sign in to comment.