Search found 2 matches

by Rohlex32
Sun Jan 17, 2021 5:31 am
Forum: Docker
Topic: VLC can view camera stream, but ZM can't
Replies: 2
Views: 13767

Re: VLC can view camera stream, but ZM can't

SOLVED: I added 2 additional lines to my docker-compose file. I'm not sure if the 'network_mode: "bridge"' helped, but the 'shm_size: 8G' definitely did. version: '3' services: nvr: image: dlandon/zoneminder:latest container_name: nvr privileged: "true" restart: always ports: - &...
by Rohlex32
Thu Jan 14, 2021 5:34 am
Forum: Docker
Topic: VLC can view camera stream, but ZM can't
Replies: 2
Views: 13767

VLC can view camera stream, but ZM can't

I was able to find the rtsp url using Windows' ONVIF Device Manager. From there I was able to view the camera stream from ONVIF Device Manager and from VLC network stream. Settings: Source Type: Ffmpeg Source Path: rtsp://admin:<mypassword>@<ip>:554/media/video1 Method: TCP Capture Resolution: 1920x...