Hi,<br><br>from the rtp.c , I see an example of using VLC HTTP stack to load a URL (http host and path)<br><br>   p_sys->p_httpd_file = httpd_FileNew( p_sys->p_httpd_host,<br>                                             url->psz_path ? url->psz_path : "/",
<br>                                             "application/sdp",<br>                                             NULL, NULL, NULL,<br>                                             HttpCallback, (void*)p_sys );
<br><br>Can you please tell me how can I use VLC HTTP stack to load a URL via a proxy server and proxy port?<br><br><br>Thank you.<br>