make ffmpeg able to send back a RTCP receiver report.

Patch by Thijs thijsvermeir A telenet P be
Original thread:
Date: Oct 27, 2006 12:58 PM
Subject: [Ffmpeg-devel] [PATCH proposal] RTCP receiver report

Originally committed as revision 6805 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Thijs 2006-10-27 18:19:29 +00:00 committed by Guillaume Poirier
parent ed78754216
commit dbf30963f3
4 changed files with 83 additions and 8 deletions

View file

@ -60,6 +60,9 @@ struct RTPDemuxContext {
struct MpegTSContext *ts; /* only used for MP2T payloads */
int read_buf_index;
int read_buf_size;
/* used to send back RTCP RR */
URLContext *rtp_ctx;
char hostname[256];
/* rtcp sender statistics receive */
int64_t last_rtcp_ntp_time; // TODO: move into statistics