[PR #9279] fix(web): stream 360 video instead of fetching entire video #12401

Closed
opened 2026-02-05 14:56:18 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/9279

State: closed
Merged: Yes


The Immich web client fetches entire 360 videos before beginning to play them. This causes long/large 360 videos to be unplayable as the request to fetch a very large (tested with a > 30 GB video) 360 video eventually fails.

This PR fixes that issue by passing the URL to the video asset to the Photo Sphere Viewer module instead of fetching the entire video and converting it to a Blob that is then passed to the aforementioned module.

**Original Pull Request:** https://github.com/immich-app/immich/pull/9279 **State:** closed **Merged:** Yes --- The Immich web client fetches entire 360 videos before beginning to play them. This causes long/large 360 videos to be unplayable as the request to fetch a very large (tested with a > 30 GB video) 360 video eventually fails. This PR fixes that issue by passing the URL to the video asset to the Photo Sphere Viewer module instead of fetching the entire video and converting it to a Blob that is then passed to the aforementioned module.
OVERLORD added the pull-request label 2026-02-05 14:56:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#12401