motioneye-project / motioneye

A web frontend for the motion daemon.
GNU General Public License v3.0
3.93k stars 652 forks source link

protocol rtsp not supported #2546

Open daiv87 opened 2 years ago

daiv87 commented 2 years ago

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

Screenshot from 2022-06-29 14-12-55

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

MichaIng commented 2 years ago

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