phunkyfish

Results 332 comments of phunkyfish

I don’t think you need to build for Debian, that should be available. @basilgello can advise.

Try setting the user agent to vlc or a browser user agent in the addon settings

https://github.com/kodi-pvr/pvr.iptvsimple/blob/a5f312c20643889c2f73334be36bba995280fa6d/README.md?plain=1#L532 Now this is for iptvsimple, but maybe it works the same way for ffmpegdirect.

How exactly are you passing the headers? From what I recall only certain headers are passed through to ffmpeg. Maybe your specific ones are not in the valid list. `GetFFMpegOptionsFromInput()`...

Please feel free to the PR the change the Piers branch of ffmpegdirect. Once it’s there so can also bring it into Omega.

It should be possible to set this as a KODIPROP, although that use case is not currently supported. Let me take a look. Can you test something on Kodi 22...

https://github.com/xbmc/inputstream.ffmpegdirect/pull/310 Will let you know once testbuilds are available, it can take a while to build.

Testbuilds: https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Finputstream.ffmpegdirect/detail/PR-310/1/artifacts

Nope, it should work wth the `|` already. The ffmpeg property is called `http_proxy` and not `httproxy`. This is only for ffmpegdirect. I'm not sure what adaptive supports.

So it doesn’t use the proxy at all and just adds a header instead? what’s wrong with using the kodiprops?