#11160: The http_proxy requiring authentication does not work
-------------------------------------+-------------------------------------
             Reporter:               |                     Type:  defect
  ffmpeg_bug_reporter                |
               Status:  new          |                 Priority:  normal
            Component:  avformat     |                  Version:  6.1.1
             Keywords:  http_proxy   |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 The current version of ffmpeg cannot use an HTTP proxy that requires
 username and password authentication.
 After examining the source code, the reason is that the auth_type of the
 proxy cannot be assigned by default.
 (libavformat/http.c:2137  s->proxy_auth_state)
 I think a parameter should be added, such as proxy_auth_type.
 How to reproduce:
 {{{
 % ffmpeg -loglevel debug -http_proxy http://user:pwd@127.0.0.1:1234  -i
 "https://abc.abc"; output.mp4
 ffmpeg version v6.1.1
 built on Apple clang
 }}}
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11160>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to