jdillenkofer / camera_proxy

MIT License
46 stars 17 forks source link

Argus 2E not supported? #22

Open Cr4z33 opened 2 years ago

Cr4z33 commented 2 years ago

So I got what it looks like a working Docker container for camera_proxy, but then I get no video output neither in VLC nor in Home Assistant.

VLC shows a "stream" window (as I said with no video output) while Home Assistant camera integration keeps loading and loading forever.

Again the container seems to work : INFO:baichuan_udp_layer:Sending discovery packet INFO:baichuan_udp_layer:Sending discovery packet INFO:baichuan_udp_layer:Sending discovery packet INFO:baichuan_udp_layer:Sending discovery packet INFO:baichuan_udp_layer:Sending discovery packet INFO:baichuan_udp_layer:Sending discovery packet INFO:baichuan_udp_layer:Sending discovery packet INFO:baichuan_udp_layer:Sending discovery packet INFO:baichuan_udp_layer:Sending discovery packet

Does it mean that the Argus 2E is not supported?

If not will it ever be?

data-henrik commented 2 years ago

The above just means that your app tries to reach the camera, but there is no answer. It could be a misconfiguration, firewall rules, or other reasons.

Moreover, I recommend to check out this fork and branch: https://github.com/vherrlein/camera_proxy/tree/develop It seems ahead of this repo.

Cr4z33 commented 2 years ago

Oh I thought that was a positive log message. 😅

Alright thanks I am gonna check that fork right now.