Searched refs:local_rtpport (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtpproto.c | 56 int rtcp_port, local_rtpport, local_rtcpport; member 73 …l rtp port", OFFSET(local_rtpport), AV_OPT_TYP… 250 s->local_rtpport = strtol(buf, NULL, 10); in rtp_open() 253 s->local_rtpport = strtol(buf, NULL, 10); in rtp_open() 317 hostname, rtp_port, s->local_rtpport, in rtp_open() 322 s->local_rtpport = ff_udp_get_local_port(s->rtp_hd); in rtp_open() 323 if(s->local_rtpport == 65535) { in rtp_open() 324 s->local_rtpport = -1; in rtp_open() 329 s->local_rtcpport = s->local_rtpport + 1; in rtp_open() 336 s->local_rtpport = s->local_rtcpport = -1; in rtp_open()
|