/

Capturing Thumbnails


Per this FFmpeg documentation, you can capture a thumbnail on your server by running:

ffmpeg  -i "rtmp://127.0.0.1:1935/live/streamname live=1 timeout=2" -ss 00:00:14.435 -vframes 1 thumbnail.png