Replies: 2 comments
-
yes, it's supposed to work, what error? open a proper issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
Problem was the nginx reverse proxy. when ffmpeg needs his time to convert the proxy kills the connection. you have to alter the timouts in the nginx proxy like for example: proxy_connect_timeout 60s; maybe this should be mentioned in the readme. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
first of all thank you for this fork. It's really great.
I use a nginx reverse proxy for immich in my homelab. I changed the port for immich host to 2284 and the optimizer started to do his job when syncing new pics or videos from my mobile when I am in my wlan at home or even when I am at work facing only internet.
But when I use the Web GUI of Immich with the Optimizer Port and try to upload a mp4 I get an error. Is this supposed to work from the browser too? Actually I wanted to download my old videos and reup them via the optimizer.
Thanks very much
Beta Was this translation helpful? Give feedback.
All reactions