Cannot connect Alexa to cameras hosted in Internal VLAN
-
Hello,
I can’t connect Alexa to my security cameras. I have installed the Monocle Gateway in a Docker container hosted on my NAS. Since the NAS uses port 443, I have set up macvlan on a dedicated IP. I have an existing recording software that runs on a container in the same NAS, so I know the cameras are working. I have verified the RTSP streams, but nothing seems to be reaching the Monocle Gateway. I manually connected and saw that connection in the log:
-
__ __ ___ _ _ ___ ___ _ ___ *
-
| \/ |/ _ \| \| |/ _ \ / __| | | __| *
-
| |\/| | (_) | .` | (_) | (__| |__| _| *
-
|_| |_|\___/|_|\_|\___/ \___|____|___| *
-
*
-
MONOCLE RTSP PROXY SERVER
(built using the LIVE555 Streaming Media library version 2018.04.25; licensed under the GNU LGPL)
[Monocle Connected]
[RTSP Server Registered]
MONOCLE RTSP SERVICE - INITIALIZED
FQDN = X-145f-4783-85a4-X.mproxy.io
HOST = 192.168.X.XX
PORT = 443
2024-11-27T17:32:17.830Z [INFO] [192.168.3.251:63663 <Lk-tD2VoQ>] RTSP CLIENT SOCKET CONNECTED
2024-11-27T17:32:17.831Z [WARN] [192.168.3.251:63663 <Lk-tD2VoQ>] RTSP CLIENT INVALID REQUEST: GET / HTTP/1.1
2024-11-27T17:32:17.838Z [INFO] [192.168.3.251:63663 <Lk-tD2VoQ>] RTSP CLIENT SOCKET CLOSED
Any pointers on what I’m doing wrong is greatly appreciated. I tried with @tunnel and @proxy stages, but nothing seems to work.
Thanks!
-