-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Video on android not working #8037
Comments
Hello, do you use the default transcoding options and if you can share the problem video with us so we can reproduce and troubleshoot? |
Yes, I'm using the default video transcoding, without hardware transcoding. It's not a video related problem since it happens on every video that I don't have downloaded on the phone but it's stored only server-side. From PC browser the videos are properly playing. |
I cannot recreate the issue you are facing with my dataset, so I think it might be a certain type of video that is causing the bug, thus the request for your video. |
I've just took a random video with my phone, uploaded using the PC and was able to reproduce the problem. I'm not sure if it is related to my configuration at this point. I think that it stopped working some versions ago of immich. V_20240318_152128_ES5.mp4 |
I can play the video just fine from my end on the mobile app and on the web. Can you go to the Administration > Settings page, then click on the Export JSON and compare it with my default settings for "ffmpeg": {
"crf": 23,
"threads": 0,
"preset": "ultrafast",
"targetVideoCodec": "h264",
"acceptedVideoCodecs": [
"h264"
],
"targetAudioCodec": "aac",
"acceptedAudioCodecs": [
"aac",
"mp3",
"libopus"
],
"targetResolution": "720",
"maxBitrate": "0",
"bframes": -1,
"refs": 0,
"gopSize": 0,
"npl": 0,
"temporalAQ": false,
"cqMode": "auto",
"twoPass": false,
"preferredHwDevice": "auto",
"transcode": "required",
"tonemap": "hable",
"accel": "disabled"
}, |
Looks exactly the same as yours:
|
Are you accessing your instance over Local IP or DNS/Reverse Proxy? |
Local IP over https using a self-signed certificate. |
Can you access over local IP, http, without self-signed certificate? |
Just tried and it was working fine, so it must be self-signed certificate related. Moreover, when re-configuring the app using https to restore my original configuration, the app got stuck during the configuration phase. Closing and re-opening it let it build the timeline but the video playing problem was still there. |
Is this old issue going to be fixed? It makes the app unusable. The problem is also present with a valid Let's Encrypt certificate |
Dupe: #5553 |
The bug
On mobile android app, when trying to play a video stored only on server side, initially a get a loading spinner, but after some seconds I get a completely black screen. This is the error log reported by the app:
The OS that Immich Server is running on
debian
Version of Immich Server
v1.98.2
Version of Immich Mobile App
v1.98.2
Platform with the issue
Your docker-compose.yml content
apk problem
Your .env content
Reproduction steps
Additional information
No response
The text was updated successfully, but these errors were encountered: