-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Mobile app throws an error when playing remote videos #8748
Comments
Are there any errors in the server logs? |
Nothing alarming visible in the containers' logs. I can try next week to increase the log level to debug if that would give any new insights. (Currently on default level) |
Is it possible to share the problematic video? |
Hi, here's the video (different video but same behavior and bug on each video): Video file: 4_5766872624361637683.1.mp4I also took quick screencaptures of playing the video: Mobile app (does not play): screen-20240417-094441.mp4Mobile web browser (plays OK): screen-20240417-095248.mp4Details for this video error in app:
Stack trace for this video error in app: |
I have exactly the same problem. I would be glad if the developers help solve it. |
I'm also facing the same issue with my videos, although for me the web interface does not display them either (on any device). I've tried running the transcode video job but I see the same. App: 1.102.2 build.135 (Android 14 Pixel 8) The error log in my mobile app log is attached. |
Are you using self-signed certificate by chance? I tested on both iOS and Android accessing the instance locally and the video can play normally |
A very good point! I tested connection directly with IP address and the videos play now accordingly. Interesting case, should we add a note of this into the mobile app FAQ (https://immich.app/docs/FAQ#mobile-app) for others facing this issue? |
Dupe: #5553 |
The bug
When trying to play a remote video on my Immich mobile application (Android 14, Pixel 8), the application throws an error.
In the UI side, when opening a video, the thumbnail, buffering icon and controls are shown for 1-2 seconds, after which the screen goes gray (with the controls still visible). No audio or video is played.
This happens only when playing videos which are located at the server, not when playing videos existing locally on the phone (even though they are backed up to the server, too).
This also happens only when using the app - by accessing the videos with the mobile browser (Chrome) the videos play OK. The videos play fine also on my computer (Firefox).
I have experienced this issue also with previous Immich server and app versions. The encoding of the video files has not helped with the issue.
From the application logs I can get these details:
The OS that Immich Server is running on
Ubuntu Server 22.04.2 LTS
Version of Immich Server
v1.101.0
Version of Immich Mobile App
v1.101.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
1. Open the Immich app on mobile 2. Open a video which is available only remotely (cloud icon) 3. Video does not play and the error above is thrown in the logs
Additional information
No response
The text was updated successfully, but these errors were encountered: