I’ve been able to rid myself of most of the errors I was receiving but I can’t seem to find a solution for this one. I have 8 FDT cameras around my home and I’m only playing with one of them for the moment. my config.yaml has this
But when I click on the image nothing happens. The log file only reports the following: 2018-02-27 10:06:35 WARNING (MainThread) [haffmpeg.core] FFmpeg isn't running!
Is there something that I’m not doing with the ffmpeg setup? According to the documentation i don’t see any additional parameters needed for this component.
Well, I’m getting a little farther. Running HASSIO 0.72. I had the wrong port in configuration.yaml. I’m getting a response the camera is connecting…then it crashes. but here is the error log:
``
2018-07-12 19:37:44 DEBUG (SyncWorker_8) [homeassistant.components.camera.onvif] Connecting with ONVIF Camera: 192.168.8.41 on port 8080
2018-07-12 19:37:46 DEBUG (SyncWorker_4) [homeassistant.components.camera.onvif] Connecting with ONVIF Camera: 192.168.8.41 on port 8080
2018-07-12 19:37:48 DEBUG (SyncWorker_8) [homeassistant.components.camera.onvif] ONVIF Camera Using the following URL for Cam-Kitchen: rtsp://:@192.168.8.41:554/11
2018-07-12 19:37:48 DEBUG (SyncWorker_4) [homeassistant.components.camera.onvif] ONVIF Camera Using the following URL for Cam-Kitchen: rtsp://:@192.168.8.41:554/11
2018-07-12 19:39:12 ERROR (SyncWorker_2) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2018-07-12 19:39:56 ERROR (MainThread) [aiohttp.server] Unhandled exception
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/aiohttp/web_protocol.py”, line 398, in start
await resp.prepare(request)
File “/usr/lib/python3.6/site-packages/aiohttp/web_response.py”, line 300, in prepare
return await self._start(request)
File “/usr/lib/python3.6/site-packages/aiohttp/web_response.py”, line 605, in _start
return await super()._start(request)
File “/usr/lib/python3.6/site-packages/aiohttp/web_response.py”, line 367, in _start
await writer.write_headers(status_line, headers)
File “/usr/lib/python3.6/site-packages/aiohttp/http_writer.py”, line 100, in write_headers
self._write(buf)
File “/usr/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
``
How far are you with this? Any chance you could help me at least figure out how to propperly set up the logging feature to only display errors comming out of the onvif part?
I am considering buying an Amcrest NVR for my SV3C Cameras, but your post has me worried. Will I not be able to pull the Camera feed into HA via Amcrest?