Opened 11 years ago

Closed 4 years ago

#2259 closed defect (wontfix)

http_proxy doesn't work

Reported by: alexandru Owned by:
Priority: normal Component: avformat
Version: unspecified Keywords: http
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

http_proxy doesn't work for http streams

Attachments (2)

debug.png (204.9 KB ) - added by alexandru 11 years ago.
debug.2.png (103.5 KB ) - added by alexandru 11 years ago.

Download all attachments as: .zip

Change History (8)

by alexandru, 11 years ago

Attachment: debug.png added

by alexandru, 11 years ago

Attachment: debug.2.png added

comment:1 by Carl Eugen Hoyos, 11 years ago

Keywords: http added
Version: 1.1.2unspecified

Please test current git head and to make this a valid ticket, please paste your console log into the ticket, console screenshots are not welcome!

comment:2 by alexandru, 11 years ago

C:\Windows\system32>set http_proxy=87.248.191.118:80

C:\Windows\system32>setx http_proxy 87.248.191.118:80 /m

SUCCESS: Specified value was saved.

C:\Windows\system32>c:\ffplay\ffplay -i http://web.tvbox.md/iptv/Ca
nal3 1>1.txt
ffplay version N-38938-ge01f478 Copyright (c) 2003-2012 the FFmpeg developers

built on Mar 19 2012 23:16:52 with gcc 4.6.2
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-ru

ntime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libope
ncore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --en
able-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger -
-enable-libspeex --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwben
c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-
libxvid --enable-zlib

libavutil 51. 42.100 / 51. 42.100
libavcodec 54. 12.100 / 54. 12.100
libavformat 54. 2.100 / 54. 2.100
libavdevice 53. 4.100 / 53. 4.100
libavfilter 2. 65.101 / 2. 65.101
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 7.100 / 0. 7.100
libpostproc 52. 0.100 / 52. 0.100

http://web.tvbox.md/iptv/Canal3: Input/output error

C:\Windows\system32>pause
Press any key to continue . . .

comment:3 by alexandru, 11 years ago

the proxy works well in vlc

comment:4 by Carl Eugen Hoyos, 11 years ago

Could you test to export the http proxy path with "http://"?
set http_proxy=http://87.248.191.118:80

comment:5 by Fabian Henze, 8 years ago

Specifying the proxy with the http:// prefix works. Support for proxy settings without http:// or a proper error message would be appreciated.

Last edited 8 years ago by Fabian Henze (previous) (diff)

comment:6 by Balling, 4 years ago

Resolution: wontfix
Status: newclosed

Well, http:// is just :80 port and one can use https://ip:80 (not 443) so better use it with schema.

Note: See TracTickets for help on using tickets.