2014-10-25, 00:30
(2014-10-24, 23:47)kaczor47 Wrote:(2014-10-24, 20:24)eracknaphobia Wrote:(2014-10-24, 20:12)kaczor47 Wrote: The 'Latest Games' feeds do indeed give the 5000kbps option (which works). "Archived Games" still list 4500kbps and don't seem to work. Selecting Best seems to give a 30fps feed....
5000kbps does look nice, though!
I see what you mean. I was able to view 60fps (4500kbps) archive streams as far back as 2013-2014 season. Anything before that is 30fps. I'm not sure 60fps was available back then.
Do you mean that you can view 60fps games from this season? I can't - I see the option for 4500kbps, but nothing happens when I select it. (this is only in the Archive section)
Yeah I just tried February 2014 Wild vs Canucks and the 4500kbps stream worked. I can't say it works for all, there may be some bugs that need addressed.
EDIT# Sorry just realized you said this season. But still some archive videos do play at 60fps
I found the code to replace if you want 5k archive videos for this season. Go to the games_archive.py file, line 157 and replace this:
Code:
if int(year) >= 2012:
quality = '_4500'
Code:
if int(year) >= 2014:
quality = '_5000'
else:
if int(year) >= 2012:
quality = '_4500'
BTW, this will be added to future updates.