Opened 12 years ago
Closed 5 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)
Change History (8)
by , 12 years ago
by , 12 years ago
Attachment: | debug.2.png added |
---|
comment:1 by , 12 years ago
Keywords: | http added |
---|---|
Version: | 1.1.2 → unspecified |
comment:2 by , 12 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:4 by , 12 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 , 9 years ago
comment:6 by , 5 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Well, http:// is just :80 port and one can use https://ip:80 (not 443) so better use it with schema.
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!