-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Black screen when playing D+ on Android #1734
Comments
can you provide the login file to my email as last time? |
login received thanks, try check kodi Player settings, mine are: on ISAdaptive expert setting, make sure "disable secure decoder" is DISABLED there is a particular video title that dont works? |
I tested 3 devices: Fire HD 8 (2020) -> black screen from the beginning of a video |
ok i reproduced the problem on my shield |
i tested more, you cant test older ISA versions becase all them have an old standing bug that make crash kodi on HLS quality switching a temporary workaround is set ISA stream quality to "fixed", so that avoid change stream quality another weird thing is that from my log i can see more errors like this
|
ok then at least one of the problems come from always the same bad use of HasLicenseKey inputstream.adaptive/src/decrypters/widevineandroid/WVCencSingleSampleDecrypter.cpp Lines 171 to 175 in 63e433d
keep it "true" to reuse always same session its wrong when the init data have different KID's e.g. from SD to HD the license server dont provide both key's and so decrypting broken please try install this test build on your devices and let me know |
It seems that there are 2 different problems. I created 2 debug logs again: Maybe you can see something. |
i dont see differences on log also extradata have same size if dont works re-enable it, |
Where exactly can I find the setting? Do you use the standard skin estuary? |
Thanks, my Kodi was too old (November 24th). Here 2 logcats: |
The settings were activated before playing. While playing, I checked again and the settings are still enabled. The setup is the same in both playback attempts, only the input stream adaptive version has been changed. How can it be that the media codec interface is not initialized with inputstream adaptive 22.1.10? |
im trying to understand, its weird because on others devices "surface" works |
i dont think drm things can be async, and no changes on drm code i tried compare vp packets sizes but i dont find differences between the 2 ISA versions since im unable to reproduce locally the only way is build and test each ISA change reverted to try find something more here i reverted suggested commit + above fix included |
the version works for me. |
Unfortunately no improvement. |
im not able to find whats could be wrong with #1728 22.1.10 with #1728 reverted the #1728 only change this behaviour but the resulting value is equal |
OK, too bad. Nevertheless, thank you very much for your efforts. If you need anything else, let me know. |
Describe the problem
When playing a stream from D+, all you see is a black screen while the sound is heard.
Possible fix
No response
Steps to reproduce
No response
Debug log
kodi_debug.log
Stream manifest file(s)
manifest_1732623875_master.txt
manifest_1732623876_child-video.txt
manifest_1732623877_child-audio.txt
manifest_1732623878_child-subtitle.txt
manifest_1732623883_child-video.txt
Additional info
The problem has been occurring since #1728
Operating system(s)
Android
Operating system version(s)
Android 9
InputStream Adaptive version(s)
v22.1.10
Kodi version(s)
v22
The text was updated successfully, but these errors were encountered: