• Home
  • Raw
  • Download

Lines Matching refs:lower_transport

773                 if (rt->lower_transport == RTSP_LOWER_TRANSPORT_TCP) {  in ff_rtsp_undo_setup()
834 if (rt->lower_transport == RTSP_LOWER_TRANSPORT_TCP || !s->max_delay) in ff_rtsp_open_transport_ctx()
915 char lower_transport[16]; in rtsp_parse_transport() local
933 lower_transport[0] = '\0'; in rtsp_parse_transport()
936 get_word_sep(lower_transport, sizeof(lower_transport), in rtsp_parse_transport()
943 get_word_sep(lower_transport, sizeof(lower_transport), "/;,", &p); in rtsp_parse_transport()
948 lower_transport[0] = '\0'; in rtsp_parse_transport()
951 get_word_sep(lower_transport, sizeof(lower_transport), in rtsp_parse_transport()
956 if (!av_strcasecmp(lower_transport, "TCP")) in rtsp_parse_transport()
957 th->lower_transport = RTSP_LOWER_TRANSPORT_TCP; in rtsp_parse_transport()
959 th->lower_transport = RTSP_LOWER_TRANSPORT_UDP; in rtsp_parse_transport()
990 if (th->lower_transport == RTSP_LOWER_TRANSPORT_UDP) in rtsp_parse_transport()
991 th->lower_transport = RTSP_LOWER_TRANSPORT_UDP_MULTICAST; in rtsp_parse_transport()
1446 int lower_transport, const char *real_challenge) in ff_rtsp_make_setup_request() argument
1480 if (lower_transport == RTSP_LOWER_TRANSPORT_UDP && in ff_rtsp_make_setup_request()
1500 if (lower_transport == RTSP_LOWER_TRANSPORT_UDP) { in ff_rtsp_make_setup_request()
1545 else if (lower_transport == RTSP_LOWER_TRANSPORT_TCP) { in ff_rtsp_make_setup_request()
1564 else if (lower_transport == RTSP_LOWER_TRANSPORT_UDP_MULTICAST) { in ff_rtsp_make_setup_request()
1608 if (reply->transports[0].lower_transport != rt->lower_transport || in ff_rtsp_make_setup_request()
1614 rt->lower_transport = reply->transports[0].lower_transport; in ff_rtsp_make_setup_request()
1620 if (reply->transports[0].lower_transport != lower_transport) { in ff_rtsp_make_setup_request()
1626 switch(reply->transports[0].lower_transport) { in ff_rtsp_make_setup_request()
1960 int lower_transport = ff_log2_tab[lower_transport_mask & in ff_rtsp_connect() local
1965 lower_transport = RTSP_LOWER_TRANSPORT_TCP; in ff_rtsp_connect()
1967 err = ff_rtsp_make_setup_request(s, host, port, lower_transport, in ff_rtsp_connect()
1972 lower_transport_mask &= ~(1 << lower_transport); in ff_rtsp_connect()
2157 switch(rt->lower_transport) { in read_packet()
2270 if (rt->lower_transport == RTSP_LOWER_TRANSPORT_CUSTOM) in ff_rtsp_fetch_packet()
2390 rt->lower_transport = RTSP_LOWER_TRANSPORT_CUSTOM; in sdp_read_header()