motioneye-project/motioneye

Amcrest ASH26-W (Smart Home) Unable to Open Video Device, on both Home Assistant and Docker

Open

#2,175 opened on Aug 17, 2021

 (7 comments) (0 reactions) (0 assignees)Python (636 forks)batch import
Home Assistant addondockerhelp wanted

Repository metrics

Stars
 (3,533 stars)
PR merge metrics
 (Avg merge 16d 14h) (33 merged PRs in 30d)

Description

I have been unable to add an ASH26-W camera to motioneye addon for Home Assistant. The RTSP stream is accessible via VLC provided device login credentials.

I have the same error on a separate stock PiOS running docker. ERROR: mjpg client timed out receiving data for camera 2 on port 8082

On both instances, I have an amcrest IP2M-841 that shows the same errors unless I enter the IP2M's web interface and add a new surveillance user, as I am unable to get a stream with the camera's admin user. The ASH26-W does not have a web interface or any way to add additional device users.

Docker run command used for testing of the issue on the PI:

docker run --name="motioneye" \
    -p 8765:8765 \
    -p 8081:8081 \
    -p 8082:8082 \
    --hostname="motioneye" \
    -v /etc/localtime:/etc/localtime:ro \
    -v motioneye:/etc/motioneye \
    -v motioneye_lib:/var/lib/motioneye \
    --restart="always" \
    --detach=true \
    ccrisan/motioneye:master-armhf

Contributor guide