Searched refs:rtp_port_max (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtsp.h | 395 int rtp_port_min, rtp_port_max; member
|
H A D | rtsp.c | 98 { "max_port", "set maximum local UDP port", OFFSET(rtp_port_max), AV_OPT_TYPE_INT, {.i64 = RTSP_RTP_PORT_MAX}, 0, 65535, DEC|ENC }, 1475 if (rt->rtp_port_max - rt->rtp_port_min >= 4) { in ff_rtsp_make_setup_request() 1476 port_off = av_get_random_seed() % ((rt->rtp_port_max - rt->rtp_port_min)/2); in ff_rtsp_make_setup_request() 1518 while (j + 1 <= rt->rtp_port_max) { in ff_rtsp_make_setup_request() 1733 if (rt->rtp_port_max < rt->rtp_port_min) { in ff_rtsp_connect() 1735 "than min port %d\n", rt->rtp_port_max, in ff_rtsp_connect()
|
H A D | rtspdec.c | 321 } while (ret || localport > rt->rtp_port_max); in rtsp_read_setup() 322 if (localport > rt->rtp_port_max) { in rtsp_read_setup()
|
Completed in 6 milliseconds