Vincep-ha
(Vincep Ha)
1
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
Sir_Goodenough
((SG) WhatAreWeFixing.Today)
2
Hello Vincep-ha,
That’s because you seem to have it disabled.

atalec
(Vincent Prevost)
3
Disable ? How to enable ?
Sir_Goodenough
((SG) WhatAreWeFixing.Today)
4
aaa, remove the comment mark so that it can run?
ffmpeg:
NOT
#ffmpeg
atalec
(Vincent Prevost)
5
Always same issue
Do you have an exemple of a configuration.yaml for the ffmpeg part ? Please
Sir_Goodenough
((SG) WhatAreWeFixing.Today)
6
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.
atalec
(Vincent Prevost)
7
Yes I restarted my home assistant.
I tried with only ffmpeg:
May I need to install package for ffmpeg ?
Same issue
Thx