xbmc / inputstream.adaptive

kodi inputstream addon for several manifest types
Other
453 stars 242 forks source link

[Feature request] Setting in inputstream adaptive to ignore invalid ssl certificates in website of video source #1714

Open enerdude opened 16 hours ago

enerdude commented 16 hours ago

Describe the feature

On a system with inputstream.adaptive and without inputstream.ffmpegdirect:

I have a video source coming from a website without a proper SSL certificate and if I force playback through adaptive via #KODIPROP it won't play it. When I remove the #KODIPROP it works, I assume it uses the default kodi player. (btw can you explain what the default player uses when it is a fresh installation of kodi with no addons, is it similar to ffmpeg?)

Motivation

Maybe sometimes one is forced to playback from an insecure site / site without proper SSL Certificate, then this is handy. I guess it is not all that secure but it will be nice to have a setting that can be set to 'ignore SSL certificate'

Are you willing to contribute in development?

No

Should a possible backport be considered?

No

enerdude commented 16 hours ago

BTW, I also tried adding |verifypeer=false after url as specified here: https://kodi.wiki/view/SSL_certificates but it has no effect

MoojMidge commented 8 hours ago

You can use this: https://github.com/xbmc/inputstream.adaptive/wiki/Integration#inputstreamadaptiveconfig-

CastagnaIT commented 6 hours ago

the only way is try to use and disable the ssl_verify_peer of inputstream.adaptive.config as linked above

enerdude commented 1 hour ago

ok thanks a lot, can you please confirm the syntax for kodiprop, is it like this:

KODIPROP:inputstream.adaptive.config={"ssl_verify_peer":false}

Also for interest sake, on a clean Kodi installation without adaptive or ffmpegdirect, what is the default kodi player based on? ffmpeg?