Stefano Gottardo
Stefano Gottardo
IMO i think it is necessary to find someone willing to collaborate to manage the project development in recent years has slowed down a lot i have already asked for...
can you specify what you have set to kodi language settings for audio and sub lang? also miss the log
@werimail some time ago i was unable to replicate the problem but i know that it is real because it had happened to me last year with N€tflix addon always...
> Is it possible to make the fix for Kodi 21 available here too? no because it will not be backported
here https://jenkins.kodi.tv/job/android-arm-docker/8600/artifact/kodi-20241113-3f1b7eec-PR25813-armeabi-v7a.apk https://jenkins.kodi.tv/job/android-arm64-docker/8383/artifact/kodi-20241113-3f1b7eec-PR25813-arm64-v8a.apk if you are unsure you can make a comparison with nightly build that dont have this patch
is a know problem of bad segment package pts / selection, mainly for HLS because pts that come from segment packages are differents form the manifest pts of subtitles https://github.com/xbmc/inputstream.adaptive/blob/22e17ca10674f7a7fd4b05eb4c13bb327b7905c1/src/samplereader/SubtitleSampleReader.cpp#L168-L171...
i made a fix test build kodi 22: ~https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Finputstream.adaptive/detail/PR-1890/1/artifacts~ UPDATE: i found some problems, i need to investigate
new test build: https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Finputstream.adaptive/detail/PR-1890/2/artifacts
@fritsch looks like the problem is here https://github.com/xbmc/xbmc/blob/410c628c828ba9941479391cd1f80452da3ac574/xbmc/platform/android/activity/XBMCApp.cpp#L922-L924 this `m_mediaSessionUpdated = false;` has been placed after `UpdateSessionState` call so should not update the state
kodi 21 test builds: https://jenkins.kodi.tv/job/android-arm-docker/8214/artifact/kodi-20241017-b3ba7a12-PR25843-armeabi-v7a.apk https://jenkins.kodi.tv/job/android-arm64-docker/7996/artifact/kodi-20241017-b3ba7a12-PR25843-arm64-v8a.apk