I am using Dockerized nginx (and ZM on my server, v1.37.64) and for this:
# Path to FFmpeg binary
ZM_PATH_FFMPEG="/usr/bin/ffmpeg"
On my server (where ZM is running) root owns the ffmpeg binary.
Should I create a www-data group for this, and other binaries?
Does this explain why I cannot play video in my browser?