Stefano Gottardo

Results 500 comments of Stefano Gottardo

![immagine](https://github.com/user-attachments/assets/19bbfe97-c5be-43ed-80c1-cbef1e5cb4e5)

following lines on logcat2 (black screen) there are no, so media codec surface is not initialized and without it images cannot be rendered > 11-29 06:39:31.252 21677 21695 I Kodi...

im trying to understand, its weird because on others devices "surface" works could be some kind of problem with videobuffer

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...

try test this https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Finputstream.adaptive/detail/PR-1737/3/artifacts

im not able to find whats could be wrong with #1728 i verified code tons of times also compared extradata (printed as base64) with and without that PR and the...

just out of curiosity try test this build on Kodi 22: https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Finputstream.adaptive/detail/PR-1724/15/artifacts

I have spent days to investigating without results, and i have no indications of what is wrong, not from the log, not from logcat, not even from the extradata data...

not exactly, there were initially two problems, one has been corrected that should be related to change "before" force push, the second problem should be about https://github.com/xbmc/inputstream.adaptive/pull/1728 change so https://github.com/xbmc/inputstream.adaptive/pull/1728...

in reference to comment https://github.com/xbmc/inputstream.adaptive/issues/1885#issuecomment-3062405725 about code change ``` diff --git a/src/samplereader/FragmentedSampleReader.cpp b/src/samplereader/FragmentedSampleReader.cpp index ddf934dd..53c4707f 100644 --- a/src/samplereader/FragmentedSampleReader.cpp +++ b/src/samplereader/FragmentedSampleReader.cpp @@ -256,6 +256,7 @@ bool CFragmentedSampleReader::GetInformation(kodi::addon::InputstreamInfo& info) extraData, (m_decrypterCaps.flags &...