Ffmpeg process is not running on HAOS

Hello,

I tried to setup frigate on my HAOS on NUC. My config.yml seems to be good and my RTSP link works on VLC.

I have an error with ffmpeg “Ffmpeg process is not running”

I think I have a problem with my configuration.yaml


# Loads default set of integrations. Do not remove.
default_config:

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

#atome
sensor:
  - platform: atome
    username: [email protected]
    password: xxxxxx

#ffmpeg
binary_sensor:
  - platform: ffmpeg_motion
    input: -rtsp_transport tcp -i INPUT

Any Idea ???

Thx

Hello Vincep-ha,

That’s because you seem to have it disabled.
image

Disable ? How to enable ?

aaa, remove the comment mark so that it can run?

ffmpeg:

NOT

#ffmpeg

Always same issue

Do you have an exemple of a configuration.yaml for the ffmpeg part ? Please

I just gave you one.
Did you restart HA, which is needed after ANY configuration.yaml edit so that the file can load?

# Loads default set of integrations. Do not remove.
default_config:

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

#atome
sensor:
  - platform: atome
    username: [email protected]
    password: xxxxxx

ffmpeg:
binary_sensor:
  - platform: ffmpeg_motion
    input: -rtsp_transport tcp -i INPUT

FFmpeg - Home Assistant.

Yes I restarted my home assistant.

I tried with only ffmpeg:

May I need to install package for ffmpeg ?

Same issue

Thx