motioneye icon indicating copy to clipboard operation
motioneye copied to clipboard

protocol rtsp not supported

Open daiv87 opened this issue 3 years ago • 1 comments

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

daiv87 avatar Jun 29 '22 12:06 daiv87

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

MichaIng avatar Jul 01 '22 12:07 MichaIng