Platform: ffmpeg not working

Hello,

I have added a new HikVision camera (DS-2CD2386G2-ISU/SL) to my home with ONVIF.

Everything works fine.

Now I want to display that camera on a tablet with a lower resolution (2de stream), so I defined it a second time like this :

  - platform: ffmpeg
    name: Camera Garagedeur ffmpeg
    input: !secret camera_garagedeur_stream

In the secrets I have this :

camera_garagedeur_stream : "rtsp://xxx:[email protected]:554/Streaming/channels/102"

I checked that stream with VLC and it works fine.

After restart of HA I get see that the mainstream (ONVIF) still works :

But not the new one :

What do I wrong ?

Give more information about your installation type.

Ffmpeg is automatically installed for supervised and OS based installation but you need to install it manually for core type.

Running HA on Odroid N2+

So if I understand, I don’t need to create a camera.yaml file at all.

How can I display the second stream of the camera than ?

Created a camera proxy (Camera Proxy - Home Assistant) like this :

  - platform: proxy
    entity_id: camera.camera_garagedeur_mainstream
    name: Camera Garagedeur Proxy
    stream_quality: 75
    max_stream_width: 720

This works, even if I don’t really know what parameters I should specify (display on a tablet Samsung Galaxy A8)…so if somebody could help me with that…