Skip to content
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

Implement monitoring /live endpoint as alternative to parsing rss feed #18

Open
Carravan opened this issue Oct 9, 2022 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@Carravan
Copy link

Carravan commented Oct 9, 2022

There are three scenarios to account for

  • Request is forwarded to live stream -> start yta
  • Request is forwarded to channel page -> do nothing
  • Request is forwarded to waiting room -> do nothing
    Waiting rooms can sometimes be scheduled frames for free chat or weekly schedules, which will likely never go live and could spawn long-waiting yta processes which also add to rate limit margin, especially when starting up
@hizkifw hizkifw added the enhancement New feature or request label Oct 9, 2022
@DaniruKun
Copy link

By the way, why not just use the Holodex API to get index of scheduled streams, and then set ytarchive in -w wait mode, so that it only starts trying to download when the stream goes live?

@Carravan
Copy link
Author

Wouldn't that limit the channels I can archive to those supported by the API? I have obscure taste.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants