Lines Matching defs:host
239 static int rtsp_read_setup(AVFormatContext *s, char* host, char *controlurl)
313 ff_url_join(url, sizeof(url), "rtp", NULL, host, localport, NULL);
338 host, request.transports[0].client_port_min,
453 char host[128], path[512], auth[128];
457 av_url_split(NULL, 0, auth, sizeof(auth), host, sizeof(host), &port,
462 if (strcmp(host, ctl_host))
464 host, ctl_host);
652 char proto[128], host[128], path[512], auth[128];
668 av_url_split(proto, sizeof(proto), auth, sizeof(auth), host, sizeof(host),
672 ff_url_join(rt->control_uri, sizeof(rt->control_uri), proto, NULL, host,
684 ff_url_join(tcpname, sizeof(tcpname), lower_proto, NULL, host, port,
717 ret = rtsp_read_setup(s, host, uri);
836 char host[1024];
839 av_url_split(NULL, 0, NULL, 0, host, sizeof(host), &port, NULL, 0,
842 return ff_rtsp_make_setup_request(s, host, port, RTSP_LOWER_TRANSPORT_TCP,