Connection Issue -- Tapo camera won't connect #324
jordanearle
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Everything seemed to be going fine (managed to get camera to show up and adopt fine) but when I try to stream or view snapshot, it just infinitely loads.
When I look at the logs in Portainer, it seems to be repeatedly trying to connect on loop, failing with a connection error:
Have tried recreating the docker container multiple times
[tcp @ 0x7f8cc3932d40] Connection to tcp://10.30.0.144:554?timeout=15000000 failed: Operation timed out
rtsp://user:[email protected]/stream1: Operation timed out
[tcp @ 0x7f0c11b58d40] Connection to tcp://10.30.0.144:554?timeout=15000000 failed: Operation timed out
rtsp://user:[email protected]/stream1: Operation timed out
2023-08-20 19:03:49 848f1f3663a4 RTSPCam[1] INFO Processing [NetworkStatus] message
2023-08-20 19:03:49 848f1f3663a4 RTSPCam[1] DEBUG Message contents: {'from': 'UniFiVideo', 'to': 'ubnt_avclient', 'responseExpected': True, 'functionName': 'NetworkStatus', 'messageId': 10162, 'inResponseTo': 0, 'payload': {}}
2023-08-20 19:03:49 848f1f3663a4 RTSPCam[1] DEBUG Sending: {'from': 'ubnt_avclient', 'functionName': 'NetworkStatus', 'inResponseTo': 10162, 'messageId': 56, 'payload': {'connectionState': 2, 'connectionStateDescription': 'CONNECTED', 'defaultInterface': 'eth0', 'dhcpLeasetime': 86400, 'dnsServer': '8.8.8.8 4.2.2.2', 'gateway': '192.168.103.1', 'ipAddress': '10.30.0.144', 'linkDuplex': 1, 'linkSpeedMbps': 100, 'mode': 'dhcp', 'networkMask': '255.255.255.0'}, 'responseExpected': False, 'to': 'UniFiVideo'}
2023-08-20 19:03:49 848f1f3663a4 RTSPCam[1] INFO Processing [GetSystemStats] message
2023-08-20 19:03:49 848f1f3663a4 RTSPCam[1] DEBUG Message contents: {'from': 'UniFiVideo', 'to': 'ubnt_avclient', 'responseExpected': True, 'functionName': 'GetSystemStats', 'messageId': 10163, 'inResponseTo': 0, 'payload': {}}
[tcp @ 0x7fe1c8225d40] Connection to tcp://10.30.0.144:554?timeout=15000000 failed: Operation timed out
rtsp://user:[email protected]/stream1: Operation timed out
Beta Was this translation helpful? Give feedback.
All reactions