protocol rtsp not supported #2254

Open
opened 2026-02-28 01:08:18 -05:00 by deekerman · 1 comment
Owner

Originally created by @daiv87 on GitHub (Jun 29, 2022).

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

Originally created by @daiv87 on GitHub (Jun 29, 2022). 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](https://user-images.githubusercontent.com/50885323/176438603-c8e3aad1-5142-441d-a6db-67ecf656a883.png) 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
Author
Owner

@MichaIng commented on GitHub (Jul 1, 2022):

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 commented on GitHub (Jul 1, 2022): 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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/motioneye#2254
No description provided.