Stefano Gottardo

Results 393 comments of Stefano Gottardo
trafficstars

thanks i can see that default kid is zeroed as we can see on the log, so it get the right value ![immagine](https://github.com/xbmc/inputstream.adaptive/assets/3257156/1e5b6eec-1f05-48c1-b6b0-8b0813869392) noticed also inconsistent log from the add-on...

> CWVCencSingleSampleDecrypter::LogDecryptError: Decrypt failed with error: 2 and key: 57567ECFD45749B816D66DAE6C053BF4 those can be confused but are not errors seem there are still decrypting problems i think you need to wait...

you havent anwered on my question, i asked to debug original website without use your addon's and verify on browser network flow (open debug > F12) if the original url...

ok im reading you log and show that has called ` AddOnLog: inputstream.adaptive: Download failed, HTTP error 403: https://example.com//stream1/index.m3u8?cookie=st=START_EPOCH~exp=EXP_EPOCH~acl=//stream1/index.m3u8/*~hmac=deadbeefcafefadefeeddeaf` what should be the correct url?

> (URL REMOVED) cannot be downloaded on my computer, file is removed as threat, what is this?? The url that you see on the error log is the same url...

need a way that allow us to replicate the problem, so to allow us to debug kodi core when this is running anyway enabling Kodii debug + Kodi specific debug...

i confirm i made a fast test with a fake url ``` #KODIPROP:mimetype=application/dash+xml #KODIPROP:inputstreamaddon=inputstream.adaptive #KODIPROP:inputstream=inputstream.adaptive #KODIPROP:inputstream.adaptive.manifest_type=hls https://example.com//stream//example/index.m3u8 ``` this: https://example.com//stream//example/index.m3u8 become: https://example.com/stream//example/index.m3u8 somewhere kodi split the url at domain level...

@lavish440 i made a fix when you fnd time please give a feedback here test builds, notice that are Kodi 22 nightly armv7 https://jenkins.kodi.tv/job/android-arm-docker/8117/artifact/kodi-20241008-0ca033f0-PR25808-armeabi-v7a.apk arm64 https://jenkins.kodi.tv/job/android-arm64-docker/7909/artifact/kodi-20241008-0ca033f0-PR25808-arm64-v8a.apk

im not so linux expert, but at least on ubuntu i have no problem to build it, try look steps at https://github.com/xbmc/xbmc/blob/master/docs/README.Linux.md its possible missing some required package