Lines Matching defs:port

97     { "min_port", "set minimum local UDP port", OFFSET(rtp_port_min), AV_OPT_TYPE_INT, {.i64 = RTSP_RTP_PORT_MIN}, 0, 65535, DEC|ENC },
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 },
513 get_word(buf1, sizeof(buf1), &p); /* port */
965 if (!strcmp(parameter, "port")) {
1452 int ff_rtsp_make_setup_request(AVFormatContext *s, const char *host, int port,
1473 * port range, to allow for a number of ports to try even if the offset
1513 port = reply->transports[0].client_port_min;
1517 /* first try in specified port range */
1533 av_log(s, AV_LOG_ERROR, "Unable to open an input RTP port\n");
1538 port = ff_rtp_get_local_rtp_port(rtsp_st->rtp_handle);
1547 "client_port=%d", port);
1550 av_strlcatf(transport, sizeof(transport), "-%d", port + 1);
1608 int port;
1610 &port, path, sizeof(path), rt->control_uri);
1612 port, "/stream=%s", reply->stream_id);
1662 int port, ttl;
1667 port = reply->transports[0].port_min;
1671 port = rtsp_st->sdp_port;
1679 port, "%s", optbuf);
1724 int port, err, tcp_fd;
1734 av_log(s, AV_LOG_ERROR, "Invalid UDP port range, max port %d less "
1735 "than min port %d\n", rt->rtp_port_max,
1758 /* extract hostname and port */
1760 host, sizeof(host), &port, path, sizeof(path), s->url);
1774 if (port < 0)
1775 port = default_port;
1798 host, port, "%s", path);
1809 ff_url_join(httpname, sizeof(httpname), https_tunnel ? "https" : "http", auth, host, port, "%s", path);
1893 host, port,
1976 err = ff_rtsp_make_setup_request(s, host, port, lower_transport,
2510 int ret, port;
2577 av_url_split(NULL, 0, NULL, 0, host, sizeof(host), &port,
2606 port, payload_type);