Kaizer
Kaizer
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
hi, is anyone still working on this issue?
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
hello, no solution to this issssue yet?
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
tried movies in 4k, 1080p, 720p with and without sound durations between 10 seconds and 4 minutes sizes between 10mb and 300mb in the browser the video starts after MAX 2 seconds, in the app - see beginning of the thread šŸ˜„ i dont know how it could be connected but since the sharing also takes damn long for even very few images (not videos - videos are impossible to share atm) i just wanted to put a little reminder here
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
transcode policies i tried: the one shown in the screenshot, dont transcode, only videos in a non accepted format i also dont know if i have to restart the container after changing that
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
No description
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
yes that is located on the ssd
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
No description
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
oh the .env is missing, give me a minute
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
database: container_name: immich_postgres image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0 environment: POSTGRES_PASSWORD: ${DB_PASSWORD} POSTGRES_USER: ${DB_USERNAME} POSTGRES_DB: ${DB_DATABASE_NAME} POSTGRES_INITDB_ARGS: '--data-checksums' volumes: - ${DB_DATA_LOCATION}:/var/lib/postgresql/data healthcheck: test: >- pg_isready --dbname="$${POSTGRES_DB}" --username="$${POSTGRES_USER}" || exit 1; Chksum="$$(psql --dbname="$${POSTGRES_DB}" --username="$${POSTGRES_USER}" --tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures), 0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [ "$$Chksum" = '0' ] || exit 1 interval: 5m start_interval: 30s start_period: 5m command: >- postgres -c shared_preload_libraries=vectors.so -c 'search_path="$$user", public, vectors' -c logging_collector=on -c max_wal_size=2GB -c shared_buffers=512MB -c wal_compression=on restart: always volumes: model-cache: please tell me if im doing anything wrong šŸ™‚
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
immich-machine-learning: container_name: immich_machine_learning image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release} volumes: - model-cache:/cache env_file: - stack.env restart: always healthcheck: test: curl --fail http://localhost:3001/health || exit 1 interval: 30s timeout: 10s retries: 3 redis: container_name: immich_redis image: redis:6.2-alpine healthcheck: test: ["CMD", "redis-cli", "ping"] interval: 30s timeout: 10s retries: 3 restart: always
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
services: immich-server: container_name: immich_server image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro - /mnt/ext_4tb/Flo/:/mnt/ext/cloudmedia/Flo - /mnt/ext_4tb/Karo/:/mnt/ext/cloudmedia/Karo env_file: - stack.env ports: - '1337:2283' depends_on: - redis - database restart: always healthcheck: test: curl --fail http://localhost:2283/health || exit 1 interval: 30s timeout: 10s retries: 3
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
1024 GB-M.2-SS yes but the media is stored on a usb 3.0 external sata disk
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
any idea so far?
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
no sir, since im accessing it only locally šŸ™‚
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
but even if its a transcoding issue, why is it working in the browser and not in the app? and what should i change to make it work?
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
tbh, i dont have much experience with transcoding settings - neither in immich, nor on the host system or the container itself and its very confusing for me šŸ˜„
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
16gb and never fully used, not even closely
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
[Nest] 7 - 03/10/2025, 8:31:34 AM WARN [Microservices:MachineLearningRepository] Machine learning request to "http://immich-machine-learning:3003" failed: fetch failed [Nest] 7 - 03/10/2025, 8:31:34 AM ERROR [Microservices:{"id":"61da2fee-426d-4e68-a47a-b7f3e675001c"}] Unable to run job handler (smartSearch/smart-search): Error: Machine learning request '{"clip":{"visual":{"modelName":"ViT-B-32__openai"}}}' failed for all URLs [Nest] 7 - 03/10/2025, 8:31:34 AM WARN [Microservices:MachineLearningRepository] Machine learning request to "http://immich-machine-learning:3003" failed: fetch failed Error: Machine learning request '{"clip":{"visual":{"modelName":"ViT-B-32__openai"}}}' failed for all URLs
33 replies
IImmich
Created by Kaizer on 3/10/2025 in #help-desk-support
Issues with videos (sharing, transcoding, watching)
3986ed1b8f72 tensorchord/pgvecto-rs:pg14-v0.2.0 "docker-entrypoint.s…" 12 days ago Up 12 days (healthy) 5432/tcp immich_postgres cc7e761a2548 ghcr.io/immich-app/immich-machine-learning:release "tini -- ./start.sh" 4 days ago Up 4 days (healthy) immich_machine_learning f2ccfbae272a ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 4 days ago Up 4 days (healthy) 0.0.0.0:1337->2283/tcp, :::1337->2283/tcp immich_server
33 replies
IImmich
Created by Kaizer on 2/10/2025 in #help-desk-support
immich not starting after docker-compose up -d (+ several instances?)
the last change i did was adding a volume to the docker config which i already tried to delete and start immich again, but it doesnt work so i dont think, thats part of the problem
7 replies