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

Add a diagnostic mode #33

Open
Maxou44 opened this issue Apr 6, 2020 · 2 comments
Open

Add a diagnostic mode #33

Maxou44 opened this issue Apr 6, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@Maxou44
Copy link
Member

Maxou44 commented Apr 6, 2020

Add a /api/diagnostic route on load balancer and make the following checks:

  • Check HTTP/HTTPS consistencies between Load balancer and transcoder (if transocder using http and loadbalancer https, redirection fails)
  • Check the number of transcoders registered (if there is no transcoder, start a stream fails directly)
  • Check that transcoder can be called (if the load balancer can't fetch the / of the transcoder, there is an issue)
  • Try to SELECT into plex database (else downlaod and forward will fail)
  • Check if we already received data from fake ffmpeg
  • Check if we can contact plex over http (if the load balancer can't talk with plex, streams will fails)
@Maxou44 Maxou44 added the enhancement New feature or request label Apr 6, 2020
@Maxou44
Copy link
Member Author

Maxou44 commented Apr 6, 2020

It could also be nice to make debug on the / of each transcoder to see if the transcoder is correctly installed and add some stats

@Maxou44
Copy link
Member Author

Maxou44 commented Apr 14, 2020

We added a homepage on the transcoder part, it's a good beginning ☺️

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

1 participant