Initial issues with setup #343
Unanswered
ashleydrees
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
-
I am trying to setup unif-cam-proxy - our server has python3.10.12 but an error message shows that it seems to be calling python3.8!
unifi-cam-proxy-proxy-1-1 | Traceback (most recent call last):
unifi-cam-proxy-proxy-1-1 | File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
if I run unifi-cam-proxy from the command line (installed with pip3) I get
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
Both methods register to protect the command line version that runs our local Python and indeed uploads the single image but does not stream
The stream that I am trying to feed is at 30fps as VGA with keyframes set at 30 network at 3Mbps H264 - ffmpeg can attach and write to file, gives Stream #0:0: Video: h264 (Baseline), yuv420p(progressive), 640x480, 30 fps, 30 tbr, 90k tbn - VLC opens the stream fine and gives the stream at 30fps 640x480 and H246-MPEG-AVC (part-10)
There is no audio on the stream, would that cause it to crash?
How can I put verbose in the compose.yaml file for unifi-cam-proxy
I also tried to run it with a reolink camera from the command line but that also fails
This is my first time trying to use docker and am a nube with python, so If anyone can help or even take pity, I would be very grateful.
Beta Was this translation helpful? Give feedback.
All reactions