Xtream proxy redirect http/https mixing issues #36
-
Not sure if this is a bug/feature-request/dumb-user problem... I have an instance that I'm reverse proxy-ing through nginx. nginx provides https and gets back to m3u-filter's http service. I am using proxy-redirect Xtream inside m3u-filter. I'm guessing that the protocol is being stripped at some point when the redirection URL is built, but I figure strictly adhering to the input URL as defined might be best if that is possible? source.yml snippet for clarity sources:
- inputs:
- enabled: true
type: xtream
headers:
User-Agent: "..."
Accept: application/json
Accept-Encoding: gzip
url: 'http://XXstreamsXX:80'
username: XXuserXX
password: XXpassXX |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
@haroldthegray I will take a look at this. |
Beta Was this translation helpful? Give feedback.
-
@haroldthegray i have now a version which can be tested on the branch bugfix/multi_xtream_input. Can you test it for live and video files. Can you build it or should i provide you a static build ? |
Beta Was this translation helpful? Give feedback.
-
@haroldthegray lets continue with the issue and close this discussion. |
Beta Was this translation helpful? Give feedback.
@haroldthegray there is a debug output
debug!("Redirecting stream request to {}", stream_url);
Can you test it with loglevel debug and tell me the debug output uses https?