Michael Mayer
Michael Mayer
@cyberb At the moment, LDAP authentication is only available as an extension in our Pro Edition. It is mainly used by enterprises and large organizations for integration with Active Directory...
@cyberb Would it be an option for Syncloud to support OIDC in the future? From what I know, Keycloak supports LDAP as an auth provider, so you could use it...
These changes install FFmpeg 7 as described at https://ubuntuhandbook.org/index.php/2024/04/ffmpeg-7-0-ppa-ubuntu/ for testing purposes. Unfortunately, this appears to be a privately maintained PPA (so no guaranteed updates) and there is no ARMv7...
It also seems like the `h264_nvenc` codec, required to support NVIDIA hardware transcoding, is missing in this package...
### AVC Decoder / Encoder Support Running the `ffmpeg -codecs` command shows the supported H.264 (MPEG-4 AVC) codecs for the FFmpeg version currently installed: #### FFmpeg 6.1.1 (standard Ubuntu 24.04...
The `install-ffmpeg.sh` script has been updated to install the static build available at [johnvansickle.com/ffmpeg/](https://johnvansickle.com/ffmpeg/). If you use Docker Compose, you can add `PHOTOPRISM_INIT: "ffmpeg"` to the environment section of your...
@Ep0chalypse Seems to work for me, at least with the amd64 version (I'd be surprised if xz is only installed there and not in the arm64 base image, the download...
@Ep0chalypse I've updated our Dockerfiles to make sure the `xz-utils` package is installed (in case that was the problem). Could you please test it again with our latest [development preview](https://docs.photoprism.app/release-notes/#development-preview)?...
Thanks for testing it again! Then ARM64 users should use our preview image until these changes become available with the next release at the end of the month when we...
We are planning to upgrade FFmpeg to 7.x with one of our upcoming releases: - https://github.com/photoprism/photoprism/issues/4181 **Would you be able to check if the new version supports Orange Pi by...