79346545

Date: 2025-01-10 17:36:17
Score: 0.5
Natty:
Report link

To generate thumbnail from rtmp video feed use ffmpeg tool. I have used this on Android app, NodeJS server and it never disappoints. And not just thumbnail. And it work like a charm.

ffmpeg -i <rtmp_feed_url> -frames:v 1 <destination_filepath>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sole007