nextcloud / previewgenerator

Nextcloud app to do preview generation in the background.
https://apps.nextcloud.com/apps/previewgenerator
GNU Affero General Public License v3.0
455 stars 57 forks source link

occ preview doesn't create thumbnails on S3 primary storage #247

Open Spiev opened 3 years ago

Spiev commented 3 years ago

Hi there,

I like to use nextcloud within a cloud hosting. Because the s3 storage is much cheaper, I would prefer s3 primary storage. Now I found the issue, that in s3 storage the preview generation for videos doesn`t work.

When I switch to local storage, the preview generation works perfectly for the same test video.

1st: How can I debug the issue? 2nd: What can I do to fix the issue?

Best regards

st3iny commented 2 years ago

Is this still an issue? The generation should work on both S3 and local storage. Did you test it with the same environment? Note that video preview generation has to be manually enabled and requires ffmpeg to be installed on the machine.

Spiev commented 1 year ago

Hey @st3iny as far as I know, this issue still exists. ffmpeg was installed on the machine. But I didn't tested it for a while.

st3iny commented 1 year ago

Which preview providers are you using? Please have a look at enabledPreviewProviders in config.php.

The default movie provider (OC\Preview\Movie) should work fine on object storage.