I’m having a few problems, I purchased a Digoo-M1Q.
I can’t work out what port to block in order to prevent the camera to access the internet. My routers UPNP port table doesn’t seem to detect it the camera. I’ve tried blocking port 5000 & 445. I have determined the IP address and given it a static IP.
I can access the video feed through VNC but I can’t get it to work in Hassio.
In Configuration.yaml I have the following code:
ffmpeg:
ffmpeg_bin: /usr/bin/ffmpeg
camera:
platform: ffmpeg
name: Jeffrey Camera
input: rtsp://[email protected]:/onvif1
Errors I’m getting
2018-07-21 20:31:28 WARNING (MainThread) [homeassistant.setup] Setup of config is taking over 10 seconds.
2018-07-21 20:31:47 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-07-21 20:31:50 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-07-21 20:31:54 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-07-21 20:31:59 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-07-21 20:32:41 WARNING (MainThread) [haffmpeg.core] FFmpeg isn’t running!
2018-07-21 20:32:41 ERROR (MainThread) [aiohttp.server] Unhandled exception
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/aiohttp/web_protocol.py”, line 398, in start
await resp.prepare(request)
File “/usr/local/lib/python3.6/site-packages/aiohttp/web_response.py”, line 300, in prepare
return await self._start(request)
File “/usr/local/lib/python3.6/site-packages/aiohttp/web_response.py”, line 605, in _start
return await super()._start(request)
File “/usr/local/lib/python3.6/site-packages/aiohttp/web_response.py”, line 367, in _start
await writer.write_headers(status_line, headers)
File “/usr/local/lib/python3.6/site-packages/aiohttp/http_writer.py”, line 100, in write_headers
self._write(buf)
File “/usr/local/lib/python3.6/site-packages/aiohttp/http_writer.py”, line 57, in _write
raise ConnectionResetError(‘Cannot write to closing transport’)
ConnectionResetError: Cannot write to closing transport
Any ideas??