-
Notifications
You must be signed in to change notification settings - Fork 10
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
live_from_start option is ignored during MLB games #39
Comments
Whoops, I take it back: none of these offsets work as expected during the game. Not only that, they change depending on when they are run! For example, The fact that it changes makes me think that part of what might be going on is that the offsets are being taken from the live time rather than from the broadcast start? Sorry I don't know how to debug further, but it looks like the codebase is well enough abstracted that I can't understand it. :) If there are any resources to guide me in the right direction please let me know. |
I'll try to take a look at this tonight during a live game. |
Awesome, many thanks! I'm blacked out for a few days, but if it's not clear by then what's going on then please let me know if there's any info I can gather. Now watch BAM change everything for the start of the season and make the issue irrelevant anyway... |
Workaround: add
Fix: in the |
Many thanks! Unfortunately I now seem to be erroneously blacked out of all live games on my one-team subscription (even using the web client, so I might have to complain to MLBAM); so I can't test this for now. Hopefully I'll get that issue sorted so I'll be able to test soon. |
Okay, finally got a chance to test this. Unfortunately, the workaround I tried pulling the unstable branch and installing it, but it crashed when I ran it. Unfortunately, when I switched back to the stable branch and ran Here's the result of running the stable branch (back when it worked for me) with
|
Okay, got streamglob working again by |
Hmm, just realized that I used |
Hey, my team is playing baseball again! So I can finally debug this further. Both Is there anything else I should look for if |
My
config.yaml
looks like this:... but running
streamglob download://mlb/2020-07-20.chc
during the game downloads the live stream, not from the start.I can work around this with something like
streamglob download://mlb/2020-07-20.chc:offset=4800
(or, if i don't mind missing the pregame,streamglob download://mlb/2020-07-20.chc:offset=T1
. But if I do want the pregame (which I usually do), it takes some guesswork to get the offset right, so it'd be nice to have the option work correctly (or, at minimum, an offset name for the broadcast start, and a way to discover what it is).The text was updated successfully, but these errors were encountered: