-
Notifications
You must be signed in to change notification settings - Fork 108
Description
Camera is not able to record anymore.
These log entries in error.log:
ERROR [uv.recording.svc] [RecordingService] Unable to do emergency shutoff check, shutting off recordings: Mount point for /var/cache/unifi-video/hls not found in RecordingService-EmergencyShutOffCheck
This is what i am using:
docker run -d
--cap-add DAC_READ_SEARCH
--privileged
--network="host"
--name Unifi-Video-Controller_31010
-v /volume1/docker/unifi-video:/var/lib/unifi-video
-v /volume1/docker/unifi-video/videos:/usr/lib/unifi-video/videos
--tmpfs /var/cache/unifi-video
-e TZ=Europe/Amsterdam
-e PUID=99
-e PGID=100
-e CREATE_TMPFS=no
-e DEBUG=1
pducharme/unifi-video-controller
Everything is running fine, but only recording of camera not working anymore.
Someone same issue? please assist on this?
Thanks, Ronald