Echo Show 5 Gen 3 + monoclecam gateway running on Docker on Synology not working
-
Hello,
I’m trying to setup my environmant to show my local cameras on my new Echo show 5.
So far without success …
The Gateway is running as container on my Synology NAS.docker-compose.yml
version: '2' services: monocle-gateway: container_name: monocle-gateway hostname: monocle-gateway image: monoclecam/monocle-gateway restart: always volumes: - /volume1/monocle:/etc/monocle dns: - 8.8.8.8 - 1.1.1.1 networks: monocle-gateway-network: ipv4_address: 192.168.1.210 networks: monocle-gateway-network: driver: macvlan driver_opts: parent: bond0 ipam: config: - subnet: 192.168.1.0/24 gateway: 192.168.1.1
Suche ****************************************************************** * __ __ ___ _ _ ___ ___ _ ___ * * | \/ |/ _ \| \| |/ _ \ / __| | | __| * * | |\/| | (_) | .` | (_) | (__| |__| _| * * |_| |_|\___/|_|\_|\___/ \___|____|___| * * * ****************************************************************** ------------------------------------------------- MONOCLE RUNTIME ENVIRONMENT ------------------------------------------------- VERSION = 0.0.6 OS/ARCH = linux/x64 PROCESS = monocle-gateway (PID=1) TIMESTAMP = 2023-10-17T15:12:53.977Z ------------------------------------------------- MONOCLE GATEWAY SERVICE (Version: 0.0.6) ------------------------------------------------- [Monocle Starting] [Monocle Connecting] [Monocle Started] [RTSP Server Starting] [RTSP Server Listening] 0.0.0.0:8555 (RTSP) [RTSP Server Listening] 0.0.0.0:443 (RTSP-TLS) [RTSP Proxy Started] (PID=16) [RTSP Server Listening] 0.0.0.0:8554 (PROXY) [RTSP Server Started] [Monocle Connected] [RTSP Server Registered] ------------------------------------------------- MONOCLE RTSP SERVICE - INITIALIZED ------------------------------------------------- FQDN = 44b3f835-55e8-43fa-b089-d2c7846603cf.mproxy.io HOST = 192.168.1.210 PORT = 443 -------------------------------------------------
My camara is configured
A DNS-rebing exception is configured and works
When trying to view the stream on the Echo show 5 i see the following log output of the gateway:
------------------------------------------------- INITIALIZE RTSP STREAM: Vorgarten ------------------------------------------------- - NAME : Vorgarten - CAMERA.MFG : Vivotek - CAMERA.MODEL : IB8360 - CAMERA.LABEL : PRIMARY - RTSP.URL : rtsp://192.168.1.13:554/live2.sdp - STREAM.ID : STREAM:546b6e26-1ad2-4484-9ac3-ef2912a1165f - SESSION.ID : 347b7ffa-6491-43f4-9a63-bed50a4908b0 - LAST.MODIFIED : Wed Oct 18 2023 07:24:32 GMT+0000 (Coordinated Universal Time) - TAGS : @tunnel ------------------------------------------------- ATTENTION -> Next you should see log statements showing your camera establishing an inbound connection to this gateway instance via: -> DNS URL: rtsp://44b3f835-55e8-43fa-b089-d2c7846603cf.mproxy.io:443/STREAM:546b6e26-1ad2-4484-9ac3-ef2912a1165f -> This DNS host address should resolve to: 192.168.1.210:443 on your network. NOTE: If you don't receive any inbound connection log statements, please see: https://monoclecam.com/monocle-gateway-troubleshooting
In the camery feed history I see the following:
{ "timestamp": "2023-10-18T08:17:31.341Z", "request": "InitializeCameraStreams", "response": [ { "uri": "rtsp://%USER%:%PWD%@192.168.1.13:554/live2.sdp", "proxy": "rtsp://44b3f835-55e8-43fa-b089-d2c7846603cf.mproxy.io:443/STREAM:546b6e26-1ad2-4484-9ac3-ef2912a1165f?session=347b7ffa-6491-43f4-9a63-bed50a4908b0", "resolution": { "width": "1920", "height": "1080" }, "authorizationType": "DIGEST", "videoCodec": "H264", "audioCodec": "NONE", "protocol": "RTSP" } ] },
What I have done so far:
- checking the stream in VLC->it works, is 1080p without audio and is h264
- tried all taging options -> makes no difference
- ping 44b3f835-55e8-43fa-b089-d2c7846603cf.mproxy.io
works from a PC in the network and is resolved as 192.168.1.210
works NOT when pinging from the synology box (could this be the problem?) - adding 8.8.8.8 and 1.1.1.1 DNS entries in docker-compose -> makes no difference
- tried all authetication optione (basic, digest, none)-> all options are working in VLC after configuring the camera. when it comes to the Echo show 5 it makes no difference
Have I forgotten something? I’m running out of ideas… any help is appreciated