Dont get Alexa Working
-
Hi,
I have the Gateway installed on my Qnap in a Docker Container. Most seems Fine but its not working in the End.
Here are my Logs:
Dashbord Feed
[ { "timestamp": "2021-01-16T19:56:37.398Z", "request": "InitializeCameraStreams", "response": [ { "uri": "rtsp://%USER%:%PWD%@192.168.178.100:554/h264cif", "proxy": "rtsp://874ebe92-ac1a-44ce-ba1e-5d6ab58d3ef5.mproxy.io:443/STREAM:c696fac6-20f4-4af9-92e3-a8227c4a4e03?session=951e585b-ca4a-420c-90da-8e179f4bc261", "resolution": { "width": "720", "height": "480" }, "authorizationType": "DIGEST", "videoCodec": "H264", "audioCodec": "AAC", "protocol": "RTSP" } ]
-
@painkillerde
The rtsp stream works with VLC,
I set a whitelist for DNS-Rebinding on the fritzbox
I tried it with my FireTV 4K an with the Echo Show 8After starting it takes some seconds until Alexa says i dont know what goes wrong.
Thanks in advance
Daniel
-
GateWay Log:
-
-
@painkillerde
Is port 443 open for Monocle on the QNAP? -
@majones how can i test that??
-
@painkillerde
Use Putty or similar to SSH onto your QNAP, then type “sudo lsof -i -P -n | grep LISTEN” without the quotation marks. -
@majones said in Dont get Alexa Working:
sudo lsof -i -P -n | grep LISTEN
i have got a second docker using it als reverse proxy. All 443 and 80 communication is routed there. So i have to reroute monocle traffic to the monocle docker container … i’ll try and write back.