Displaying 1 result from an estimated 1 matches for "use_proxy".
Did you mean:
ssh_proxy
2004 Sep 10
0
http streaming in the xmms plugin
...* old/configure.c Wed Jun 4 19:45:04 2003
--- configure.c Thu Jun 5 16:30:20 2003
***************
*** 50,55 ****
--- 50,70 ----
NULL, /* file_char_set */
NULL /* user_char_set */
},
+ /* stream */
+ {
+ 100 /* KB */, /* http_buffer_size */
+ 50, /* http_prebuffer */
+ FALSE, /* use_proxy */
+ "", /* proxy_host */
+ 0, /* proxy_port */
+ FALSE, /* proxy_use_auth */
+ "", /* proxy_user */
+ "", /* proxy_pass */
+ FALSE, /* save_http_stream */
+ "", /* save_http_path */
+ FALSE, /* cast_title_streaming */
+ FALSE /* use_udp_cha...