Stefano Gottardo
Stefano Gottardo
> I feel a bit stuck again. I still feel the Widevine decrypter implementation is still a little quirky trying to work with and painful. I feel like I am...
ah ok now its more clear, yeah there are duplicate code between android/non-android wv implementation like mentioned WVCencSingleSampleDecrypter currently as you have seen we have just refactor decrypter code, mainly...
hi nice work thank you for your perseverance, you will be asked to adjust different code over the time, so be patient and take your time atm i dont have...
> Yep, _MSC_VER is a very bad macro for this use case. I think MF is only available on MSVC. Something like mingw64 may be concerned "win32." > I could...
> I also tried a test stream: > > ``` > #KODIPROP:inputstream=inputstream.adaptive > #KODIPROP:inputstream.adaptive.manifest_type=mpd > #KODIPROP:inputstream.adaptive.license_key=| > #KODIPROP:inputstream.adaptive.license_type=com.microsoft.playready > https://test.playready.microsoft.com/media/dash/APPLEENC_CBCS_BBB_1080p/1080p.mpd > ``` > > IA tries to look for PSSH...
> I am confused because PRProtectionParser exists but it's not being used for anything other than printing? its used to extract kid, depends on the data provided with manifest now...
i see code improvements, i will take a look at weekend or next week please stop use `git merge` to update your local branch, instead use `git fetch && git...
you are causing a disaster because you previously used the "git merge" command instead of "rebase" your commits now contains junk that must be removed otherwise will be nightmare for...
> I tried what you said. rebase still didn't want to properly work assuming locally you have just one commit, because you followed my command list, with same order, to...
> Maybe wait for no negative feedback in v22 for a bit for the merge yes also better merge #24851 before this one