Replies: 2 comments 2 replies
-
Okay, it seems the new bits for the auto token require python 3.9... Current Dockerfile:
My Reolink camera came online and automatically added itself to Protect, so that is a win. However, the video stream doesn't work, I get the image with three flashing dots in the lower left. But progress... :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
The video may be an artifact of having to update the ffmpeg version... ?? docker-compose.yml portion:
Log:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was interested in trying the new auto-token feature I saw in a recent commit. I am running protect on a cloud key gen2 plus and I can not get the manual device add to work/appear so I thought maybe the auto token generation would help.
I tried to build a new docker image from the repo using:
$ docker build https://github.com/keshavdv/unifi-cam-proxy.git#main
It started out well but eventually dies.
That could be the other project's problem, I'm not familiar with this process unfortunately.
I checked out the repo locally to modify the Dockerfile and changed the base to be 'python:3.11-alpine3.16' (due to warning about old pip version), changed ffmpeg to 5.0.1-r1 due to an error about that version, then added 'rust cargo' to the second 'RUN apk add' line. The image built, but it is substantially heavier and untested. I went back to the original, just adding rust and cargo and it built, but I get this in the log:
Any advice for building?
Here was the original failure error:
Beta Was this translation helpful? Give feedback.
All reactions