File not found while trying to connect to stream (is ffmpeg installed?)

I am trying to setup an camera using the Generic Camera integration and providing a template as camera source. When I try to save the camera it fails with the message:

File not found while trying to connect to stream (is ffmpeg installed?)

I am using HASS OS as a VM on Proximox. Is ffmpeg part of the HASS OS image?

Some additional details:

This is related to Ring camera via Ring-MQTT which provides an entity called event-select which provides an attribute with the URL to the Ring stored video. I want to create a camera which uses that recodingUrl attribute as the source, so I can play those videos within HA.

Example URL: https://filestore-xxxx-us-east-1-prod-data.s3.amazonaws.com/xxxxxxxxxxxx.mp4?X-Amz-Security-Token=

I have the template working, but when I put it into the Stream Source URL it fails as mentioned above.

Yes, there was a bug with this. All jinja(templates) were ignored in the stream url.

Fixed in https://github.com/home-assistant/core/pull/69716 which will be available in the 2022.6.0 release today.

Thanks, can confirm it is working now :slight_smile: