Stefano Gottardo
Stefano Gottardo
### Check if this PR fulfills these requirements: * [ ] My changes respect the [Kodi add-on development rules](https://kodi.wiki/view/Add-on_rules) * [ ] I have read the [**CONTRIBUTING**](../../master/Contributing.md) document. * [...
## Description backport of #24905 ## Motivation and context ## How has this been tested? ## What is the effect on users? ## Screenshots (if appropriate): ## Types of change...
## Bug report ### Describe the bug Here is a clear and concise description of what the problem is: When you play a video from ISAdaptive addon (or howvever by...
## Description regression caused by fix pr #1537 i think better not only fix but also do a bit of cleanup to enum states/types also added new test cases to...
## Description This PR is currently WIP not buildable, for now opened PR for feedback and/or clarifications UPDATE: I WILL DO SEPARATE PR'S TO ACHIEVE THIS CHANGE, SINCE SOURCE CODE...
## Description This PR add a new property: `inputstream.adaptive.streams_config` the name a bit generic to allow in future possibile new extensions of these configurations relative to streams without add new...
## Bug report ### Describe the bug Here is a clear and concise description of what the problem is: Following sample stream ``` #KODIPROP:inputstream=inputstream.adaptive #KODIPROP:inputstreamaddon=inputstream.adaptive #KODIPROP:inputstream.adaptive.manifest_type=hls #KODIPROP:inputstream.adaptive.license_type=com.widevine.alpha #KODIPROP:inputstream.adaptive.license_key=https://cwip-shaka-proxy.appspot.com/no_auth||R{SSM}| https://storage.googleapis.com/shaka-demo-assets/angel-one-widevine-hls/hls.m3u8 ```...
## Bug report ### Describe the bug Here is a clear and concise description of what the problem is: The manifest of this stream make use of `SubRepresentation` fields that...
Hi on a Kodi software library we are using bento4 but our build system already set the CMAKE_OSX_ARCHITECTURES var recently with commit https://github.com/axiomatic-systems/Bento4/commit/cbea428ae2f095afeb3c2b6ed25d692c9706de21 has been added this line https://github.com/axiomatic-systems/Bento4/blob/525027c6ef57bdd26636c9557239e7d559c612ad/CMakeLists.txt#L17 that...
## Description Some subtitles may have a malformed line breaks as follow: CR+CR+LF that is a mixed line breaks between macintosh + windows format on other media players like VLC...