markdegrootnl / unifi-protect-x86

Run UniFi Protect in Docker on x86 hardware
49 stars 7 forks source link

Cameras stuck loading #7

Closed Quantum99k closed 1 year ago

Quantum99k commented 2 years ago

Everything works fine only issues is the ui shows the camera still loading. However I know its recording because it shows a time line. Can't download videos or play them back but that might be my config causing issues. I also can't login for remote. But I haven't tried it on the host computer yet

I'm still new to using docker. my config is below.

docker run -d --name unifi-protect-x86  \
--tmpfs /srv/unifi-protect/temp \
--network="host" \
-p 7080:7080 \
-p 7443:7443 \
-p 7444:7444 \
-p 7447:7447 \
-p 7550:7550 \
-p 7442:7442 \
-m 6144m \
-v unifi-protect-db:/var/lib/postgresql/10/main \
-v unifi-protect:/srv/unifi-protect \
markdegroot/unifi-protect-x86:latest

Anyone have a solution for these issues or can provide me with some direction. Thanks