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
After pausing for some time, segment 0 remains the same while the tree (i.e the representation) continues to be updated in the background. Once playback resumes, Kodi wants to read more data and ensureSegment enters the above code. Due to playlist/rep refreshes, start_number_ has been continually incrementing in the background. The expression underflows and get_segment is given a number well outside the bounds of segments_ causing the exception.
Your Environment
Used Operating system:
Android
iOS
tvOS
Linux
OSX
[ x] Windows
Windows UWP
Operating system version/name:
Kodi version: 20 - 2022-05-09
inputstream.adaptive version: 20.2.0
note: Once the issue is made we require you to update it with new information should that be required.
Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
As per the title
Expected Behavior
Here is a clear and concise description of what was expected to happen:
No crash
Actual Behavior
Crash
Possible Fix
To Reproduce
Steps to reproduce the behavior:
Debuglog
The debuglog can be found here:
Not needed - place of crash detailed below
MPD/M3U8s/ISM
An example or copy of a manifest (or manifests for HLS - master and variants) can be found here:
As above
Screenshots
Here are some links or screenshots to help explain the problem:
Additional context or screenshots (if appropriate)
Here is some additional context or explanation that might help:
inputstream.adaptive/src/common/AdaptiveStream.cpp
Lines 771 to 772 in 9484e97
After pausing for some time, segment 0 remains the same while the tree (i.e the representation) continues to be updated in the background. Once playback resumes, Kodi wants to read more data and
ensureSegment
enters the above code. Due to playlist/rep refreshes,start_number_
has been continually incrementing in the background. The expression underflows andget_segment
is given a number well outside the bounds ofsegments_
causing the exception.Your Environment
Used Operating system:
Android
iOS
tvOS
Linux
OSX
[ x] Windows
Windows UWP
Operating system version/name:
Kodi version: 20 - 2022-05-09
inputstream.adaptive version: 20.2.0
note: Once the issue is made we require you to update it with new information should that be required.
Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.
The text was updated successfully, but these errors were encountered: