tarkah / lazystream

Easily get LazyMan stream links, output directly or to m3u / xmltv formats. Streams can also be recorded or casted.
107 stars 16 forks source link

Can't play past games more than 24 hours ago #98

Open cbunyked opened 2 years ago

cbunyked commented 2 years ago

I can't seem to be able to play past games. It doesn't look like m3u8 is available. How far can you go back to play in history?


[cli][error] Unable to open URL: https://hlslive-akc.med2.med.nhl.com/hdnts=exp=1638247356~acl=/*~id=nhlGatewayId:7379308~data=2026727621~hmac=f665e5b31fcc5c00452aa67cca5539152caaab7263eb7854b0f348bb057693fd/8576426b29cb6c0ab1f27d44d01218f2/va01/nhl/2021/11/29/NHL_GAME_VIDEO_TORANA_M2_HOME_20211129_1634242301015/master_wired60.m3u8 (403 Client Error: Forbidden for url: https://hlslive-akc.med2.med.nhl.com/hdnts=exp=1638247356~acl=/*~id=nhlGatewayId:7379308~data=2026727621~hmac=f665e5b31fcc5c00452aa67cca5539152caaab7263eb7854b0f348bb057693fd/8576426b29cb6c0ab1f27d44d01218f2/va01/nhl/2021/11/29/NHL_GAME_VIDEO_TORANA_M2_HOME_20211129_1634242301015/master_wired60.m3u8)
[cli][info] Waiting for streams, retrying every 1.0 second(s)
tarkah commented 2 years ago

I've noticed games sometimes dissapear for a few days before getting posted again under a different link (a VOD link).

ngentili commented 2 years ago

You can see when the link expires from the 'exp=1638247356' in the url. In this case, it's the unix timestamp for 2021-11-30 04:42:36, which is why requesting it gives a 403 error. The service that lazystream uses has to request a new link on their end.