-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Cannot Optimize Media files stuck on Waiting #26
Comments
Can we have unicorn transcoder/load balancer logs and Plex version ? |
Plex Version: 1.18.5.2309-f5213a238 Loadbalancer:
Transcoder:
|
Maybe plex made optimizer changes in 1.18.x Did you had this issue on 1.17.x builds ? |
I haven't tried to downgrade my server to one of those versions. I spun up the server this week to make a helm chart for the UnicornTranscoder project so I haven't used any versions other than 1.18.x. I don't know if I can downgrade to 1.17.x without nuking the the whole server. |
Can you update LoadBalancer and transcoder and give us a feedback? |
I've had similar issues to this, the cause for my issues was NGINX, client_max_body_size was set to 1k, changing this to a higher value resolved the issue for me. |
I have a Unicorn Loadbalancer, Plex, and Transcoders all running in a Kubernetes cluster, so this may be an issue with that rather than an issue with the Loadblancer/Transcoders themselves.
Basically when I try to run an optimize on any of the media on my server they never hit the conversion queue and just sit in the optimized versions section with the words "Waiting".
The plex logs don't show anything erroring or timing out and the loadblancer doesn't seem to have kicked off anything either. Is there some configuration setting that needs to be done in order for the transcoders to be able to perform optimization?
The text was updated successfully, but these errors were encountered: