-
Notifications
You must be signed in to change notification settings - Fork 241
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
[K21] Live stream seeking stopped working after ISA 21.4.3 #1569
Comments
from what i can see all mpd's provided have no timeshift buffer set: <MPD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:mpeg:dash:schema:mpd:2011"
xmlns:cenc="urn:mpeg:cenc:2013"
xmlns:mspr="urn:microsoft:playready" xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd"
type="dynamic"
availabilityStartTime="1970-01-01T00:00:00Z"
publishTime="2024-01-19T13:40:44.905903Z"
minimumUpdatePeriod="PT2S"
maxSegmentDuration="PT2S"
minBufferTime="PT10S"
profiles="urn:mpeg:dash:profile:isoff-live:2011,urn:com:dashif:dash264"> the you cant seek a stream that have no timeshift buffer and so GUI timing iirc should be relative to segment timestamp |
Hello Stefano, Hope you are doing well, thanks for looking into the issue. When I open the live stream I can request the buffer/seekback duration of the live stream by adding an argument, for example adding '&time=120' to the mpd url will allow me to seekback 120 minutes which can be set upto 8 hours to seek back on the live stream. ISA 24.4.3 used to be able to detect the seekback time exactly as I requested it from the stream but unfortunately this stopped working and was hoping with my limited knowledge this was considered a bug. Would it be possible to add an option/property like 'auto_detect_timebuffer' that will fallback to the old 24.4.3 ways to detect the time if there is no buffer depth set in the mpd? for example with: Kind regards. |
mmh i hadn't looked closely at the timeline https://github.com/Trdum/cbcsinput/blob/main/mpd-nodrm.mpd
so ok there is no timeshift, but there are many segments, |
I just opened and compared mpds for 1 minute and 2, 4 and 6 hours seeking, hope this can be of any help. 1 minute mpd:
2 hour mpd:
4 hour mpd:
6 hour mpd:
|
i tried make a fix but i have no way to test it |
Hello Stefano, I just tried the test build and seeking is working again on live streams. When I change the live stream seek time to 1 minute the player gui shows 1 minute and when changing the time to 8 hours the player gui shows 8 hours like I expect it to be. Tested on Windows and Android by opening multiple live streams. Thank you for fixing the issue and the support you give to this project! Kind regards. |
[K21] Live stream seeking stopped working after ISA 21.4.3
Bug report
Describe the bug
Live stream seeking stopped working and live stream duration time is incorrect after ISA update 21.4.3.
Screenshots
Example screenshot:
Expected Behavior
Working seeking in live streams and correct stream duration shown in progress bar.
Actual Behavior
Seeking in live stream is not working and stream duration is shown incorrectly. (See screenshot)
Possible Fix
See what has changed since ISA 21.4.3 and try to find what is wrong?
To Reproduce
The live streams seem to be limited/locked to my ip or hostname by my isp, so you sadly won't be able to open them if your isp does not match.
Debuglog, DASH and MPD
You can find debug logs, dash files and mpd files here:
https://github.com/trdum/cbcsinput
Your Environment
Tested operating systems:
Tested Kodi versions:
The text was updated successfully, but these errors were encountered: