home-assistant-libs / ha-ffmpeg

A python library that handling with ffmpeg for home-assistant
BSD 3-Clause "New" or "Revised" License
16 stars 13 forks source link

[Request] Thumbnail during inactivity #12

Open boonhapus opened 7 years ago

boonhapus commented 7 years ago

If the feed is unreachable, could we have a thumnail? I'm not confident enough in my async to write a PR, but this would be a great addition that could be pretty simple to do, given your current procedure.

  - platform: ffmpeg
    name: Living Room
    input: -i rtmp://127.0.0.1/live/livingroom -q:v 5
    thumbnail: /path/to/thumbnail.jpg
pvizeli commented 7 years ago

Yeah I can do that