Newbie Docker-compose help. unifi-cam-proxy Reolink integration #342
Unanswered
jaypeeprime
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Going through the documentation in https://unifi-cam-proxy.com/configuration/reolink I see the docker-compose snippet code for generic camera:
unifi-cam-proxy -H {NVR IP} -i {camera IP} -c /client.pem -t {Adoption token}
reolink
-u {username}
-p {password}
-s "main"
--ffmpeg-args='-c:v copy -bsf:v "h264_metadata=tick_rate=60000/1001" -ar 32000 -ac 1 -codec:a aac -b:a 32k'
Where is this supposed to be placed in the docker-compose config?
Beta Was this translation helpful? Give feedback.
All reactions