From: RĂ©mi Denis-Courmont Date: Sun, 6 Jul 2008 09:33:20 +0000 (+0300) Subject: RTP: keep track of the RTCP socket X-Git-Tag: 0.9.0-test2~191 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=c07a03e8b9f934c3247d662c28ede1cf7771f77e RTP: keep track of the RTCP socket --- diff --git a/modules/demux/rtp.c b/modules/demux/rtp.c index 380fcad492..ee99286a27 100644 --- a/modules/demux/rtp.c +++ b/modules/demux/rtp.c @@ -227,6 +227,7 @@ static int Open (vlc_object_t *obj) p_sys->srtp = NULL; p_sys->fd = fd; + p_sys->rtcp_fd = rtcp_fd; p_sys->caching = var_CreateGetInteger (obj, "rtp-caching"); p_sys->max_src = var_CreateGetInteger (obj, "rtp-max-src"); p_sys->timeout = var_CreateGetInteger (obj, "rtp-timeout");