Hello, I have been recording my cameras for a long time using the camera.record service with code similar to this:
- service: camera.record
data:
entity_id: camera.patio
filename: '/config/tmp/records/patio/{{ now().strftime("%Y%m%d-%H%M%S") }}.mp4'
duration: 30
lookback: 5
the generated files seem correct, but when I play them in any player they don’t seem to have the index well built. The player cannot interpret the duration of the video and it is not possible to advance or rewind the mp4 file.
Is there any solution or another way to do my records?.
Thanks in advance