You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a borderline case which happens a few times when servers are unstable due to too many connections from users
can happen that Curl fail the HTTP request
ISA does not make any attempt to retry downloading therefore the download of the audio stream is blocked
Then Kodi say stream stalled and automatically try seek forward (very ugly...) but ISA is not more able to download the stalled stream and the sound is broken
I suspect that this is also the same cause of the problems when rarely video playback freezes and kodi stop brutal mode the playback
is it possible to manage at least 2 or 3 download attempts when an error occurs before breaking a stream and then the playback?
The text was updated successfully, but these errors were encountered:
This is a borderline case which happens a few times when servers are unstable due to too many connections from users
can happen that Curl fail the HTTP request
Line 5188
LOG: kodi.log
What is happened:
CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
CCurlFile::Open failed with code 0 for...
I suspect that this is also the same cause of the problems when rarely video playback freezes and kodi stop brutal mode the playback
is it possible to manage at least 2 or 3 download attempts when an error occurs before breaking a stream and then the playback?
The text was updated successfully, but these errors were encountered: