Lines Matching defs:proto
576 char proto[32];
581 av_url_split(proto, sizeof(proto), NULL, 0, NULL, 0,
583 if (proto[0] == '\0') {
1607 char proto[128], host[128], path[512], auth[128];
1609 av_url_split(proto, sizeof(proto), auth, sizeof(auth), host, sizeof(host),
1611 ff_url_join(rt->control_uri, sizeof(rt->control_uri), proto, NULL, host,
1721 char proto[128], host[1024], path[1024];
1759 av_url_split(proto, sizeof(proto), auth, sizeof(auth),
1762 if (!strcmp(proto, "rtsps")) {
1766 } else if (!strcmp(proto, "satip")) {
1767 av_strlcpy(proto, "rtsp", sizeof(proto));
1797 ff_url_join(rt->control_uri, sizeof(rt->control_uri), proto, NULL,