motioneye
motioneye copied to clipboard
protocol rtsp not supported
hello everybody!
i'm trying to installer motion-eye in qnap TS231 P3 whith docker-compose.
version: "3.5"
services:
motioneye:
image: ccrisan/motioneye:master-armhf
ports:
# - "9001:9001"
- "8765:8765"
volumes:
- "/share/domotica/config/motion-eye/localtime:/etc/localtime:ro"
- "/share/domotica/config/motion-eye/etc:/etc/motioneye"
- "share/domotica/config/motion-eye/lib:/var/lib/motioneye"
and when i insert the RTSP address i have this error

this is the log
ERROR: ffmpeg: could find version: Command '/usr/bin/ffmpeg -version' returned non-zero exit status 127
/usr/bin/ffmpeg: error while loading shared libraries: libudev.so.1: ELF load command alignment not page-aligned
thanks to who will answer me
Oh, there is a library missing in the Docker container (?). I'd anyway suggest to use the new container based on current dev branch: https://github.com/motioneye-project/motioneye/pkgs/container/motioneye