Thanks I try
EDIT
Nope, I get
CAM (ERROR LOADING IMAGE)
This is error log
16-12-03 13:31:42 haffmpeg.core: FFmpeg fails [Errno 2] No such file or directory: 'ffmpeg'
Traceback (most recent call last):
File "/home/hass/.homeassistant/deps/haffmpeg/core.py", line 243, in open
stderr=stderr
File "/usr/lib/python3.4/asyncio/subprocess.py", line 226, in create_subprocess_exec
stderr=stderr, **kwds)
File "/usr/lib/python3.4/asyncio/base_events.py", line 866, in subprocess_exec
bufsize, **kwargs)
File "/usr/lib/python3.4/asyncio/unix_events.py", line 173, in _make_subprocess_transport
extra=extra, **kwargs)
File "/usr/lib/python3.4/asyncio/base_subprocess.py", line 31, in __init__
stderr=stderr, bufsize=bufsize, **kwargs)
File "/usr/lib/python3.4/asyncio/unix_events.py", line 559, in _start
universal_newlines=False, bufsize=bufsize, **kwargs)
File "/usr/lib/python3.4/subprocess.py", line 859, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.4/subprocess.py", line 1457, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg'
16-12-03 13:31:42 aiohttp.web: Error handling request
Traceback (most recent call last):
File "/srv/hass/hass_venv/lib/python3.4/site-packages/aiohttp/server.py", line 261, in start
yield from self.handle_request(message, payload)
File "/srv/hass/hass_venv/lib/python3.4/site-packages/aiohttp/web.py", line 88, in handle_request
resp = yield from handler(request)
File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/http.py", line 508, in handle
result = yield from result
File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/camera/__init__.py", line 187, in get
response = yield from self.handle(request, camera)
File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/camera/__init__.py", line 205, in handle
image = yield from camera.async_camera_image()
File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/camera/ffmpeg.py", line 64, in async_camera_image
extra_cmd=self._extra_arguments)
File "/home/hass/.homeassistant/deps/haffmpeg/tools.py", line 162, in get_image
image, error = yield from self._proc.communicate()
AttributeError: 'NoneType' object has no attribute 'communicate'