Commit c07a03e8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

RTP: keep track of the RTCP socket

parent 63dbcdb8
......@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment