Lines Matching refs:flac_cfg
253 …if ((flac_cfg.stream.cast_title_streaming) && (icy_metaint > 0) && (buffer_read % icy_metaint) == … in flac_http_read()
294 else if ((icy_metaint > 0) && (flac_cfg.stream.cast_title_streaming)) in flac_http_read()
384 chost = flac_cfg.stream.use_proxy ? flac_cfg.stream.proxy_host : host; in http_connect()
385 cport = flac_cfg.stream.use_proxy ? flac_cfg.stream.proxy_port : port; in http_connect()
455 if (flac_cfg.stream.use_udp_channel) in http_connect()
467 if (flac_cfg.stream.use_proxy) in http_connect()
470 if(flac_cfg.stream.proxy_use_auth && flac_cfg.stream.proxy_user && flac_cfg.stream.proxy_pass) in http_connect()
472 proxy_auth = basic_authentication_encode(flac_cfg.stream.proxy_user, in http_connect()
473 flac_cfg.stream.proxy_pass, in http_connect()
486 flac_cfg.stream.cast_title_streaming ? "Icy-MetaData:1\r\n" : "", in http_connect()
487 flac_cfg.stream.use_udp_channel ? udpspace : ""); in http_connect()
621 if (sock >= 0 && flac_cfg.stream.save_http_stream) { in http_buffer_loop()
633 output_name = g_strdup_printf("%s/%s.flac", flac_cfg.stream.save_http_path, output_name); in http_buffer_loop()
688 if (flac_cfg.stream.use_udp_channel && udp_sock != 0) in http_buffer_loop()
721 buffer_length = flac_cfg.stream.http_buffer_size * 1024; in flac_http_open()
722 prebuffer_length = (buffer_length * flac_cfg.stream.http_prebuffer) / 100; in flac_http_open()