Search found 3 matches
- Thu May 25, 2023 10:01 am
- Forum: ZoneMinder 1.36.x
- Topic: Can't add monitor: Path must be set a valid value
- Replies: 5
- Views: 2832
Re: Can't add monitor: Path must be set a valid value
Hi Iconnor, How can I check the javasciprt error ? Thank you. By the way I have this error too [zoneminder] 2023-05-25 16:31:42.263259957 local1.warn: May 25 16:31:42 web_php[344]: 5/25/23, 4:31:42 PM GMT+7.262190 web_php[344].WAR [172.20.0.1] [Specified value rtpRtsp not in contents: Array ...
- Thu May 25, 2023 9:18 am
- Forum: ZoneMinder 1.36.x
- Topic: ZoneMinder with Docker/Portainer installation on Armbian Bullseye
- Replies: 1
- Views: 1727
Re: ZoneMinder with Docker/Portainer installation on Armbian Bullseye
Hi all,
I have resolved my installation with running direct docker-compose (not through Portainer).
I have resolved my installation with running direct docker-compose (not through Portainer).
- Thu May 25, 2023 7:03 am
- Forum: ZoneMinder 1.36.x
- Topic: ZoneMinder with Docker/Portainer installation on Armbian Bullseye
- Replies: 1
- Views: 1727
ZoneMinder with Docker/Portainer installation on Armbian Bullseye
Hi all, I am very new in Linux and Docker I have to try install ZoneMinder with below Docker code like this: docker pull yaoa/zoneminder-base sudo docker run -d --name="Zoneminder" \ --net="bridge" \ --privileged="false" \ --shm-size="8G" \ -p 8443:443/tcp \ -p 9001:9001/tcp \ -e TZ="Asia/Ho_Chi ...