You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when executing the docker command docker run --rm -v "/root/client.pem:/client.pem" keshavdv/unifi-cam-proxy unifi-cam-proxy --verbose --ip "192.168.x.x" --host 192.168.x.x --cert /client.pem --token XXXX rtsp -s 'rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_175k.mov' for testing purposes I get the error
Fatal Python error: _Py_InitializeMainInterpreter: can't initialize time
PermissionError: [Errno 1] Operation not permitted
Current thread 0xb6b8e010 (most recent call first):
Is this an issue on my end or is there a problem with the docker image?
Thanks & Cheers
The text was updated successfully, but these errors were encountered:
Hey,
when executing the docker command
docker run --rm -v "/root/client.pem:/client.pem" keshavdv/unifi-cam-proxy unifi-cam-proxy --verbose --ip "192.168.x.x" --host 192.168.x.x --cert /client.pem --token XXXX rtsp -s 'rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_175k.mov'
for testing purposes I get the errorIs this an issue on my end or is there a problem with the docker image?
Thanks & Cheers
The text was updated successfully, but these errors were encountered: