xbmc / inputstream.ffmpegdirect

Supports streams opened by FFmpeg's libavformat or Kodi's cURL such as plain TS, HLS and DASH (non-DRM) as well as many others. There is support for Archive/Catchup services where there is a replay window and can timeshift across that span. Also provides timeshift for live streams where rewind/pause and fast-forward would not have been available.
GNU General Public License v2.0
59 stars 41 forks source link

Allow HTTP PROXY to be set via KODIPROP's #310

Open phunkyfish opened 1 month ago

phunkyfish commented 1 month ago

v22.1.0

New KODIPROP values:

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:password@127.0.0.1:8081