Here is the error, I did what you said arsaboo to install ffmpeg it installed but did i need to that in venv?
2017-10-06 19:18:58 ERROR (MainThread) [haffmpeg.core] FFmpeg fails [Errno 2] No such file or directory: ‘ffmpeg’
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/haffmpeg/core.py”, line 114, in open
stderr=stderr
File “/usr/lib/python3.5/asyncio/subprocess.py”, line 212, in create_subprocess_exec
stderr=stderr, **kwds)
File “/usr/lib/python3.5/asyncio/base_events.py”, line 1079, in subprocess_exec
bufsize, **kwargs)
File “/usr/lib/python3.5/asyncio/unix_events.py”, line 184, in _make_subprocess_transport
**kwargs)
File “/usr/lib/python3.5/asyncio/base_subprocess.py”, line 40, in init
stderr=stderr, bufsize=bufsize, **kwargs)
File “/usr/lib/python3.5/asyncio/unix_events.py”, line 649, in _start
universal_newlines=False, bufsize=bufsize, **kwargs)
File “/usr/lib/python3.5/subprocess.py”, line 947, in init
restore_signals, start_new_session)
File “/usr/lib/python3.5/subprocess.py”, line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: ‘ffmpeg’
2017-10-06 19:18:58 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/aiohttp/web_protocol.py”, line 422, in start
resp = yield from self._request_handler(request)
File “/srv/homeassistant/lib/python3.5/site-packages/aiohttp/web.py”, line 306, in _handle
resp = yield from handler(request)
File “/usr/lib/python3.5/asyncio/coroutines.py”, line 209, in coro
res = yield from res
File “/usr/lib/python3.5/asyncio/coroutines.py”, line 209, in coro
res = yield from res
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/ban.py”, line 58, in ban_middleware_handler
return (yield from handler(request))
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/init.py”, line 424, in handle
result = yield from result
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/camera/init.py”, line 340, in get
response = yield from self.handle(request, camera)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/camera/init.py”, line 360, in handle
image = yield from camera.async_camera_image()
File “/home/ian/.homeassistant/custom_components/camera/ring.py”, line 78, in async_camera_image
extra_cmd=self._ffmpeg_arguments)
File “/srv/homeassistant/lib/python3.5/site-packages/haffmpeg/tools.py”, line 82, in get_image
self._proc.communicate(), loop=self._loop)
AttributeError: ‘NoneType’ object has no attribute ‘communicate’
2017-10-06 19:18:58 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting