Home
last modified time | relevance | path

Searched refs:rtp_port_max (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtsp.h397 int rtp_port_min, rtp_port_max; member
Drtsp.c95 …{ "max_port", "set maximum local UDP port", OFFSET(rtp_port_max), AV_OPT_TYPE_INT, {.i64 = RTSP_RT…
1468 port_off = av_get_random_seed() % ((rt->rtp_port_max - rt->rtp_port_min)/2); in ff_rtsp_make_setup_request()
1509 while (j <= rt->rtp_port_max) { in ff_rtsp_make_setup_request()
1724 if (rt->rtp_port_max < rt->rtp_port_min) { in ff_rtsp_connect()
1726 "than min port %d\n", rt->rtp_port_max, in ff_rtsp_connect()
Drtspdec.c312 } while (ret || localport > rt->rtp_port_max); in rtsp_read_setup()
313 if (localport > rt->rtp_port_max) { in rtsp_read_setup()