FFMPEG isn't running problem

Hello all,

I am trying to setup a sricam camera. On previous versions it was working fine. My config is the following:

ffmpeg:
ffmpeg_bin: /usr/bin/ffmpeg

camera:

  • platform: ffmpeg
    input: rtsp://192.168.2.252:10554/tcp/av0_0
    extra_arguments: -pred 1 -q:v 2

The only error I get when I try to open the camera thumbnail is:

FFmpeg isn’t running!

10:09 μ.μ. components/camera/ffmpeg.py (WARNING)

That is all I got and it drives me crazy. Using latest Hass.io image 86.4.

Try…

ffmpeg:

camera:
  - platform: ffmpeg 
    input: -rtsp_transport tcp -i rtsp://192.168.2.252:10554/tcp/av0_0
    ffmpeg_bin: /usr/bin/ffmpeg

That’s how it works for me anyway.

2 Likes

It worked perfectly on the first try, formated exactly like this.

Very strange…