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.