xbmc / inputstream.adaptive

kodi inputstream addon for several manifest types
Other
453 stars 242 forks source link

[Hulu] Some live streams don't seem to redownload the manifest #1213

Closed matthuisman closed 1 year ago

matthuisman commented 1 year ago

manifest_1680918086.txt kodi.log

I see "AddOnLog: inputstream.adaptive: adaptive::DASHTree::RefreshLiveSegments: Full update without start number (repr. id: DSS_VIDEO_7_1800000 current start: 9)"

But only ever the initial 1st manifest in the IA's manifest folder and the time of the stream never gets updated screenshot00011

glennguy commented 1 year ago

Does it work if you set the manifest update parameter to 'full'?

CastagnaIT commented 1 year ago

is this a modified/custom manifest? fwik the location tag should have an absolute address not relative as is:

<Location>/patch_dash_continue/EPLUS094-2-DSS.mpd?cdn=af&amp;cdn_auth=true&amp;cluster=blue&amp;duration=10800&amp;enabled_ec3_codecs=false&amp;fill_gap=1&amp;fragment_offset=3&amp;max_frame_rate=60&amp;max_h264_codec=avc1.64002a&amp;origin_location=ava&amp;repeat=1&amp;split_times=3&amp;stream_cdn=sfa&amp;use_events=1&amp;last_period=151282613707650&amp;next_segment_ts=151282626320251&amp;token=1681004481_4d177bd6ee15f14a55cc4b4cacdd5abd0216333093692406e7cb2248ddd7fc41</Location>

matthuisman commented 1 year ago

Does IA use the location? I thought it didn't?

On Sun, 9 Apr 2023, 6:55 am Stefano Gottardo, @.***> wrote:

is this a modified/custom manifest? fwik the location tag should have an absolute address not relative as is:

/patch_dash_continue/EPLUS094-2-DSS.mpd?cdn=af&cdn_auth=true&cluster=blue&duration=10800&enabled_ec3_codecs=false&fill_gap=1&fragment_offset=3&max_frame_rate=60&max_h264_codec=avc1.64002a&origin_location=ava&repeat=1&split_times=3&stream_cdn=sfa&use_events=1&last_period=151282613707650&next_segment_ts=151282626320251&token=1681004481_4d177bd6ee15f14a55cc4b4cacdd5abd0216333093692406e7cb2248ddd7fc41

— Reply to this email directly, view it on GitHub https://github.com/xbmc/inputstream.adaptive/issues/1213#issuecomment-1500955424, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPQAKMGSLDEAQBJ56AO7XDXAGYCRANCNFSM6AAAAAAWXC23QI . You are receiving this because you authored the thread.Message ID: @.***>

matthuisman commented 1 year ago

closing this as ESPN seems to do something "weird" with their manifests

CastagnaIT commented 1 year ago

Does IA use the location? I thought it didn't?

yes read it but check for absolute address but i have not verified if parameter 'full' is set automatically