I
Immich3w ago
Pyenb

Browser can't play AV1

Hey there, maybe someone can quickly help me. I am having the same issue as described here right now: https://github.com/immich-app/immich/issues/11094 I have an AVI video file that plays just fine on my phone, but not in the browser (Brave, chromium based). The Transcoding job ran and as the issue said, it should be resolved. I am using the default transcoding settings, only changed the output res. from 720p to 1440p.
14 Replies
Immich
Immich3w ago
:wave: Hey @Pyenb, Thanks for reaching out to us. Please carefully read this message and follow the recommended actions. This will help us be more effective in our support effort and leave more time for building Immich :immich:. References - Container Logs: docker compose logs docs - Container Status: docker ps -a docs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy - Code Formatting https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0DAKGXDEHE263BCAYEGFJA Checklist I have... 1. :ballot_box_with_check: verified I'm on the latest release(note that mobile app releases may take some time). 2. :ballot_box_with_check: read applicable release notes. 3. :ballot_box_with_check: reviewed the FAQs for known issues. 4. :ballot_box_with_check: reviewed Github for known issues. 5. :ballot_box_with_check: tried accessing Immich via local ip (without a custom reverse proxy). 6. :ballot_box_with_check: uploaded the relevant information (see below). 7. :ballot_box_with_check: tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable (an item can be marked as "complete" by reacting with the appropriate number) Information In order to be able to effectively help you, we need you to provide clear information to show what the problem is. The exact details needed vary per case, but here is a list of things to consider: - Your docker-compose.yml and .env files. - Logs from all the containers and their status (see above). - All the troubleshooting steps you've tried so far. - Any recent changes you've made to Immich or your system. - Details about your system (both software/OS and hardware). - Details about your storage (filesystems, type of disks, output of commands like fdisk -l and df -h). - The version of the Immich server, mobile app, and other relevant pieces. - Any other information that you think might be relevant. Please paste files and logs with proper code formatting, and especially avoid blurry screenshots. Without the right information we can't work out what the problem is. Help us help you ;) If this ticket can be closed you can use the /close command, and re-open it later if needed. Successfully submitted, a tag has been added to inform contributors. :white_check_mark:
Pyenb
PyenbOP3w ago
No description
No description
Pyenb
PyenbOP3w ago
Just infinitely loops the loading bar
Tempest
Tempest3w ago
what's the immich url?
Pyenb
PyenbOP3w ago
Huh, good call. I tried it again via the local IP and now the playback works fine. But on web it's still not working. MP4 for example is working tho. https://immich.pyenb.network/ Exposed via caddy and Cloudflare (without proxying). But no worries, the domain lookup is not my local IP, I am rerouting it via a VPS with tailscale Ah sorry, forgot to reply, see message above
Tempest
Tempest3w ago
try without a reverse proxy, as you said that you did in point 5
Pyenb
PyenbOP3w ago
Ah yeah, sorry. As I said, I did and it works fine. But how can I fix this for remote access?
Tempest
Tempest3w ago
oops my bad, I missed that. You'll need to dig into your reverse proxy to see what's going on immich has some literature on this, but it really isn't an immich issue so you'll need to debug your reverse proxy setup
Pyenb
PyenbOP3w ago
hm ok, will do. My Caddy setup is just:
immich.pyenb.network {
reverse_proxy 100.104.217.18:2283
}
immich.pyenb.network {
reverse_proxy 100.104.217.18:2283
}
But any idea why it's only for AVI? Every other format works just fine behind the reverse proxy Ok, thanks https://immich.app/docs/administration/reverse-proxy/#caddy-example-config Also thats the whole docs for caddy. As I said, I have no idea why this only affects AVI files
Zeus
Zeus3w ago
our docs for reverse proxy are very barebones and only cover immich-specific stuff. it's normal that you would have to read+research on the reverse proxy of your choice to deploy properly
Pyenb
PyenbOP3w ago
Yeah, I get that. But I also cannot find anything related online or in the caddy logs. Will update if I got anything. Till then, I am open for suggestions. I mean it shouldn't matter to the reverse proxy if it's a mp4, mov or AVI file. It should be transcoded anyways, right? (Default transcoding settings, only changed output from 720p to 1440p, so not skipping AVI files)
Tempest
Tempest3w ago
You should be able to see what immich is providing based on what your browser tab shows via a local connection
NoMachine
NoMachine3w ago
open the browser console, that may show something in the network tab
Pyenb
PyenbOP3w ago
I don't know why, but it suddenly just started working. I uploaded the video hours ago and reran the transcoding and related jobs dozen of times, and now it just started working for whatever reason??? I will accept and enjoy. Thank you very mich for your help.

Did you find this page helpful?