inputstream.ffmpegdirect icon indicating copy to clipboard operation
inputstream.ffmpegdirect copied to clipboard

Allow HTTP PROXY to be set via KODIPROP's

Open phunkyfish opened this issue 1 year ago • 2 comments

v22.1.0

  • Allow HTTP PROXY to be set via KODIPROP's
  • Allow http_proxy to be set via URL arguemnt using pipe

New KODIPROP values:

  • inputstream.ffmpegdirect.http_proxy_host
  • inputstream.ffmpegdirect.http_proxy_port
  • inputstream.ffmpegdirect.http_proxy_user
  • inputstream.ffmpegdirect.http_proxy_password

Also permits the proxy to be set using the http_proxy proprty after a | in the URL, e.g.

https://example.com/index.m3u8|http_proxy=http://username:[email protected]:8081

phunkyfish avatar Oct 21 '24 06:10 phunkyfish